You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following will crash at any attempt to access a resource's needs, when potion will enter an infinite loop of trying to compute the needs mapping of the resource.
When trying to access the mapping of needs, the latter will be evaluated on demand.
When trying to resolve the edit right, it will consult the needs mapping of the parent field, which will trigger the evaluation of the need mapping.
Infinite loop!
The text was updated successfully, but these errors were encountered:
In the following model, with a tree-structure of nested groups:
I would like to implement a permission like "You can edit a group name only if you have manage right on the parent group"
The following will crash at any attempt to access a resource's needs, when potion will enter an infinite loop of trying to compute the needs mapping of the resource.
When trying to access the mapping of needs, the latter will be evaluated on demand.
When trying to resolve the
edit
right, it will consult the needs mapping of theparent
field, which will trigger the evaluation of the need mapping.Infinite loop!
The text was updated successfully, but these errors were encountered: