high level deny overriding low level allow in doc.$determineAccessToAllPermissionsForResources()
Closed this issue · 3 comments
cfresh commented
eg.
- deny permission on organization resource
- allow permission on group resource
Should result in true
for that permission checked against a user uid within the group, but returns false instead
bsouthga commented
fixed in 0.0.49
bsouthga commented
This solution causes major performance issues -- need to find another way :/
bsouthga commented
fixed in 0.0.52