Skip to content

feat(org): Execution Groups to be in uData.orgUnitIDs

Andrii Bezuglyi requested to merge feat/org_execgroups_in_session into master

Session.on('login', ...) event handler now queries and records all Execution Groups IDs into orgUnitIDs member of uData. It could and should be used for RLS. It would make all existing RLS to account memberships in Execution Groups, if permission to row is added to some Execution Groups. If Execution Groups are not used, it shall have no impact.

Merge request reports