-
-
Notifications
You must be signed in to change notification settings - Fork 484
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
Exclude ROLE_DEFAULT from RoleMatrixType #1540
Conversation
@jordisala1991 is this good for a fix or should i extend the test cases more for the excluded option? or if for example i set the excluded option to only |
951cd7d
to
4550e58
Compare
is that clear or should i add more config option? like defining it an Configuration option? |
For each option you add to an option resolver is a good practice to provide its allowed types, in this case it should be 'string[]'. Can you add that option? |
Your Opinion if that option should be configuable over the Config yml too? |
I don't think this is needed so far. Less config option is better if not needed. |
Is it ok for you @jordisala1991 ? |
Subject
I am targeting this branch, because it should be BC.
Per default only
UserInterface::ROLE_DEFAULT
akaROLE_USER
is excluded, but users can still use it.If this Component would be moved outside of UserBundle that might be changed.
Closes #1535.
Changelog