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
|
@ -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