added optional role in field to the custom form for editor role

This commit is contained in:
Tim Worrall 2014-11-21 11:07:18 -05:00
parent 4ee01cfe71
commit f1c10e8768
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ roleExamples-->
<#--Variable assignments for Add Clinical Role To Person--> <#--Variable assignments for Add Clinical Role To Person-->
<#assign roleDescriptor = "${i18n().collection_series_editor_role}" /> <#assign roleDescriptor = "${i18n().collection_series_editor_role}" />
<#assign typeSelectorLabel = "${i18n().editor_role_in}" /> <#assign typeSelectorLabel = "${i18n().editor_role_in}" />
<#assign genericLabel = "Collection" /> <#assign genericLabel = "Collection or Series" />
<#assign acTypes = "{activity: 'http://purl.org/ontology/bibo/Collection'}" /> <#assign acTypes = "{activity: 'http://purl.org/ontology/bibo/Collection'}" />

View file

@ -53,7 +53,7 @@ public class AddEditorRoleToPersonGenerator extends AddRoleToPersonTwoStageGener
/** Do not show the role label field for the AddEditorRoleToPerson form */ /** Do not show the role label field for the AddEditorRoleToPerson form */
@Override @Override
boolean isShowRoleLabelField() { return false; } boolean isShowRoleLabelField() { return true; }
/* /*
* Use the methods below to change the date/time precision in the * Use the methods below to change the date/time precision in the