-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACL inherit order should not matter #13870
Comments
@tempcke I spent a couple of days trying to figure this one out. I do have a couple of fixes that need to be introduced to the Acl and will do that shortly. All supplied tests pass on my testbed app apart from the last one. The use case on the last test will not be fixed because we have an infinite loop there - which is what the test reports back. |
Closing this - #14184 and also circular inheritance is not allowed |
Thanks @niden the last test is shrugs as long as |
As I was about to create this issue I found this related issue: #10294
I wrote tests to reproduce my situation and then another test to reproduce the situation in issue #10294
Using PHP 7.1.26 with Phalcon 3.4.2 the first test passes and the rest fail
The text was updated successfully, but these errors were encountered: