[ 
https://jira.nuxeo.com/browse/NXCM-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anahide Tchertchian moved NXP-8011 to NXCM-499:
-----------------------------------------------

        Fix Version/s:     (was: 5.5)
                       5.5
          Component/s:     (was: Security / Rights)
    Affects Version/s:     (was: 5.4.2)
             Workflow: jira  (was: NXP-WF)
                  Key: NXCM-499  (was: NXP-8011)
              Project: Nuxeo Case Management  (was: Nuxeo Enterprise Platform)

> Computing all groups in NuxeoPrincipal is adding all the parent groups 
> instead of the sub groups
> ------------------------------------------------------------------------------------------------
>
>                 Key: NXCM-499
>                 URL: https://jira.nuxeo.com/browse/NXCM-499
>             Project: Nuxeo Case Management
>          Issue Type: Bug
>            Reporter: Sun Tan
>            Assignee: Sun Tan
>             Fix For: 5.5
>
>
> nuxeo-services/nuxeo-platform-usermanager-api/src/main/java/org/nuxeo/ecm/platform/usermanager/NuxeoPrincipalImpl.java
> line 344
> {code}
>                     groupsToProcess.addAll(nxGroup.getParentGroups());
> {code}
> instead of
> {code}
>                     groupsToProcess.addAll(nxGroup.getMemberGroups());
> {code}
> With the current behavior,the field allGroups contains all the parent groups 
> (but shouldn't).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to