VIVO-372: check the domainUri to correctly display the manage icon

This commit is contained in:
tworrall 2013-10-16 15:53:44 -04:00
parent 8be60063e0
commit 4e851d0c35
3 changed files with 13 additions and 4 deletions

View file

@ -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 : "";