-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: OpenIDM 4.5.0
-
Fix Version/s: OpenIDM 4.5.1
-
Labels:
-
Target Version/s:
-
Verified Version/s:
-
Story Points:3
- mapping from MU to LDAP
- at least one role with an assignment mapped to an LDAP group
- customise the onUpdate trigger in the default managed.json file
from :
"onUpdate" : { "type" : "text/javascript", "source" : "require('roles/conditionalRoles').updateConditionalGrantsForUser(object, 'roles');" },
to :
"onUpdate" : { "type" : "text/javascript", "file" : "onUpdate.js" },
onUpdate.js :
function() { require('roles/conditionalRoles').updateConditionalGrantsForUser(object, 'roles'); console.log("ON UPDATE"); })();
Perform a Patch operation on any attribute. The 'onUpdate' trigger is invoked twice.
- is a backport of
-
OPENIDM-5754 onUpdate trigger on managed user called twice with a patch operation
-
- Closed
-