- Issue created by @scott_euser
- πΊπΈUnited States cmlara
Overall looks good.
There is one small oddity I encountered in a quick validation check.
If one sets the permission for a role (such as content editor) and then sets the Authenticated user to have the permission the content editor role permission is still present so it will not display the inheritance warning, however at the same time a site owner can not remove the permission from the role as it is inherited.
While the patch is actually technically more correct as currently written, should we consider performing the inheritance check first and then the hasPermission check for a more consistent UI?
If we were to do that however I imagine the Administrator role would show as inheriting, is that a better or worse UX than what is currently in the patch?
Leaving NR for additional feedback.
- πΊπΈUnited States cmlara
Since this is more technically accurate and brings up less questions merging as is..
Can be backported to 8.x-1.x manually (cherry-pick fails)
-
cmlara β
committed c86dae01 on 2.x authored by
scott_euser β
Issue #3528259 by scott_euser, cmlara: Allowing authenticated users...
-
cmlara β
committed c86dae01 on 2.x authored by
scott_euser β
- Merge request !144Issue #3528259 by scott_euser, cmlara: Allowing authenticated users access to... β (Open) created by cmlara
- Merge request !145Resolve #3528259 "Allowing authenticated users 2nd pass" β (Open) created by scott_euser
- π¬π§United Kingdom scott_euser
Thanks, sorry for being a bit slow addressing feedback! Happy to handle the mix of combined inherited + permission.
Wondering if the UI should become a tableselect like this instead as some of these descriptions are getting rather long. Perhaps this makes it easier to read? I left both on the screen for now to get your preference.
- πΊπΈUnited States cmlara
Wondering if the UI should become a tableselect like this instead as some of these descriptions are getting rather long. Perhaps this makes it easier to read?
That does appear to be easier to read and allow for a nice delineation between the role/description that is otherwise missing. I also like how the role is called out for both.
+1 from me (based on the screenshot) for the changes to be implemented.
- π¬π§United Kingdom scott_euser
Great thanks, I'll try to get this back to you in the next several days. Thanks!
- π¬π§United Kingdom scott_euser
Was simpler than I expected, seems its a true drop-in replacement element for standard checkboxes element: