Open scottgrayson opened 4 years ago
I would also like to have this feature.
Does anyone have a short guide on how to implement this at the moment? Would love to see the permissions attached to a role be marked corrected when I'm looking at a user.
permission1
andpermission2
role1
and assignpermission1
user1
and assignrole1
permission field result:
desired result:
Is this something that could become the default functionality? I don't think it breaks any use cases and it makes the permission editing process more clear.
I have started making a custom nova field for it, the main issue is that Nova's boolean group does not support disabling individual checkboxes.