mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-1707] Limit length of policy name
This commit is contained in:
@@ -80,6 +80,7 @@ public class AccessStepUtil extends AbstractDSpaceTransformer {
|
||||
public void addName(String name_, List form, int errorFlag) throws WingException {
|
||||
if(isAdvancedFormEnabled){
|
||||
Text name = form.addItem().addText("name");
|
||||
name.setSize(0, 30);
|
||||
name.setLabel(T_name);
|
||||
name.setHelp(T_name_help);
|
||||
|
||||
|
Reference in New Issue
Block a user