added optional role in field to the custom form for editor role
This commit is contained in:
parent
4ee01cfe71
commit
f1c10e8768
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ roleExamples-->
|
|||
<#--Variable assignments for Add Clinical Role To Person-->
|
||||
<#assign roleDescriptor = "${i18n().collection_series_editor_role}" />
|
||||
<#assign typeSelectorLabel = "${i18n().editor_role_in}" />
|
||||
<#assign genericLabel = "Collection" />
|
||||
<#assign genericLabel = "Collection or Series" />
|
||||
|
||||
<#assign acTypes = "{activity: 'http://purl.org/ontology/bibo/Collection'}" />
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ public class AddEditorRoleToPersonGenerator extends AddRoleToPersonTwoStageGener
|
|||
|
||||
/** Do not show the role label field for the AddEditorRoleToPerson form */
|
||||
@Override
|
||||
boolean isShowRoleLabelField() { return false; }
|
||||
boolean isShowRoleLabelField() { return true; }
|
||||
|
||||
/*
|
||||
* Use the methods below to change the date/time precision in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue