Improvements to mailing address list view. Removed unnecessary construct query from terminologyAnnotation list view.

This commit is contained in:
ryounes 2011-08-18 15:46:25 +00:00
parent 2140afbbae
commit f5a9669cf6
2 changed files with 14 additions and 6 deletions

View file

@ -43,5 +43,9 @@ public abstract class PropertyStatementTemplateModel extends BaseTemplateModel {
public String getDeleteUrl() {
return deleteUrl;
}
public boolean isEditable() {
return ! editUrl.isEmpty();
}
}