mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged 5.2.N (5.2.1) to HEAD (5.2)
124310 adragoi: Merged 5.1.N (5.1.2) to 5.2.N (5.2.1) 124303 rneamtu: MNT-15881 : CLONE - Share rule constraints missing due to ActionExecuterAbstractBase's regression Merged 5.0.N (5.0.4) to 5.1.N (5.1.2) 124129 rneamtu: Merged DEV to 5.0.N (5.0.4) 124118 rneamtu: MNT-15802: Share rule constraints missing due to ActionExecuterAbstractBase's regression - Set parameter constraint name for localized parameters - Added unit test for case git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@127751 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -122,7 +122,8 @@ public abstract class ParameterizedItemAbstractBase extends CommonResourceAbstra
|
||||
definition.getType(),
|
||||
definition.isMandatory(),
|
||||
paramDisplayLabel,
|
||||
definition.isMultiValued()
|
||||
definition.isMultiValued(),
|
||||
definition.getParameterConstraintName()
|
||||
));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user