Improvements to mailing address list view. Removed unnecessary construct query from terminologyAnnotation list view.
This commit is contained in:
parent
2140afbbae
commit
f5a9669cf6
2 changed files with 14 additions and 6 deletions
|
@ -43,5 +43,9 @@ public abstract class PropertyStatementTemplateModel extends BaseTemplateModel {
|
|||
public String getDeleteUrl() {
|
||||
return deleteUrl;
|
||||
}
|
||||
|
||||
public boolean isEditable() {
|
||||
return ! editUrl.isEmpty();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue