VIVO-372: check the domainUri to correctly display the manage icon
This commit is contained in:
parent
8be60063e0
commit
4e851d0c35
3 changed files with 13 additions and 4 deletions
|
@ -129,6 +129,10 @@ public abstract class PropertyTemplateModel extends BaseTemplateModel {
|
|||
return rangeUri;
|
||||
}
|
||||
|
||||
public String getDomainUri() {
|
||||
return domainUri;
|
||||
}
|
||||
|
||||
public String getAddUrl() {
|
||||
//log.info("addUrl=" + addUrl);
|
||||
return (addUrl != null) ? addUrl : "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue