Problem:
There are currently a lot of different permissions that roles can have.
Because of that it can be quite annoying when it is necessary to edit many of these permissions at once.
Possible solution:
Add a possibility to add or remove all permissions contained in a specific category of permissions (e.g. Servers, Server pools) at once.
Alternatives / Current workaround:
Currently it is possible to achieve something similar in most cases by only adding permissions explicitly that include the other permissions of the category (e.g. servers.delete or serverPools.delete permission). By doing so it is possible to add / remove all permissions of a category at once. But this requires the user to know which permissions to add and could lead to problems if the included permissions change.
Additional context
One thing that needs to be considered is the possibility of new permissions beeing added to / removed from a category of permissions and how to handle this.
Problem:
There are currently a lot of different permissions that roles can have.
Because of that it can be quite annoying when it is necessary to edit many of these permissions at once.
Possible solution:
Add a possibility to add or remove all permissions contained in a specific category of permissions (e.g. Servers, Server pools) at once.
Alternatives / Current workaround:
Currently it is possible to achieve something similar in most cases by only adding permissions explicitly that include the other permissions of the category (e.g.
servers.deleteorserverPools.deletepermission). By doing so it is possible to add / remove all permissions of a category at once. But this requires the user to know which permissions to add and could lead to problems if the included permissions change.Additional context
One thing that needs to be considered is the possibility of new permissions beeing added to / removed from a category of permissions and how to handle this.