-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.3, 10.10
-
Component/s: Automation, Rest API
-
Tags:
-
Backlog priority:800
-
Browser:
-
Upgrade notes:
Document.AddPermission uses the generic List<String> type for the "users" argument. When attempting to pass users via Studio automation chain, the parsing of users field fails.
Instead of using List<String>, the "users" field type should be StringList (org.nuxeo.ecm.automation.core.util.StringList).
- is required by
-
NXP-20604 Allow multiple user/group selection in the permission view
- Resolved