-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 10.10-HF55, 2021.12
-
Fix Version/s: 10.10-HF57, 2021.15
-
Component/s: User Profile / User Manager
-
Release Notes Summary:Explicit call to the getPrincipal method keeps fetching groups.
-
Tags:
-
Backlog priority:400
-
Team:PLATFORM
-
Sprint:nxplatform #52
This behavior seems to have been introduced by NXP-30657:
Repro:
1. Create a NuxeoPrincipal
2. Add groups to it
3. In an automation scripting:
var currentPrincipal = Fn.getPrincipal(<user>); var currentUserGroups = currentPrincipal.getAllGroups();
Results:
currentUserGroups will be empty.
- is caused by
-
NXP-30657 Fix poor performance of automation helper functions
- Resolved