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
Describe the bug
Is there (supposed to be) a limit on the levels of recursion when listing relationship based permissions?
I wasn't able to find anything in the documentation about this, one level down (e.g. tenant > partner) listing relationships works, but two or multiple levels down (e.g. tenant > partner > customer) rarely works at all
Expected result: stephen gets the member role on the partner object testpart
Actual result (check user:stephen member partner:testpart): True
Actual result (select partner where user:stephen is member): partner:testpart
But when adding another level of relationships, the list results start showing up empty:
Expected result: stephen has the member role on the account object customer1
Actual result (check user:stephen member account:customer1): True
Actual result (select account where user:stephen is member): empty
So the checks still report the correct result, but they're not showing in the listing
Expected behavior
With the explicit flag is not set, one would assume the account should show up in the last select account-query, haven't been able to find anything in the documentation on a limit of X levels of checks so far
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Is there (supposed to be) a limit on the levels of recursion when listing relationship based permissions?
I wasn't able to find anything in the documentation about this, one level down (e.g. tenant > partner) listing relationships works, but two or multiple levels down (e.g. tenant > partner > customer) rarely works at all
To Reproduce
Objects:
Expected result: stephen gets the member role on the partner object testpart
Actual result (check user:stephen member partner:testpart): True
Actual result (select partner where user:stephen is member): partner:testpart
But when adding another level of relationships, the list results start showing up empty:
Expected result: stephen has the member role on the account object customer1
Actual result (check user:stephen member account:customer1): True
Actual result (select account where user:stephen is member): empty
So the checks still report the correct result, but they're not showing in the listing
Expected behavior
With the explicit flag is not set, one would assume the account should show up in the last select account-query, haven't been able to find anything in the documentation on a limit of X levels of checks so far
Additional context
The text was updated successfully, but these errors were encountered: