acquia / df

Demo Framework - mirrored at https://git.drupal.org/project/df.git
https://www.drupal.org/project/df
18 stars 19 forks source link

DF 1955 - Roles Should be ordered in a logical order #261

Closed kevinfunk closed 2 years ago

kevinfunk commented 2 years ago

By default Drupal orders roles in increasing order of capability, from top to bottom on the Roles page, or from left to right on the Permissions page (where the roles are columns).

Having the roles logically ordered makes it easier to tell at a glance if any of the permissions are misconfigured, for example if the Creator has permission to perform an action that the Reviewer does not.