Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-11833

Can't use "group:" prefix when specifying task assignees if the group name already contains the ":" character

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.7.1
    • Fix Version/s: 5.6.0-HF20, 5.7.2
    • Component/s: Workflow

      Description

      When setting the ACLs for the task assignees the groupname is parsed after ":", and only the first sub-string is taken into account:

           if (actor.contains(":")) {
            actorIds.add(actor.split(":")[1]);
      }
      

      => the ACLs are not set for the right groupname

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: