localgovdrupal / localgov_core

LocalGovDrupal Core module, for helper functions and core dependencies.
GNU General Public License v2.0
3 stars 6 forks source link

On a clean install, "User manager" can't assign "Emergency publisher" or "News editor" roles #171

Open keelanfh opened 1 year ago

keelanfh commented 1 year ago

It would seem sensible that user manager can assign all of the "ordinary" roles.

Might need to be updated from each of the modules that creates new roles?

andybroomfield commented 6 months ago

We added user manager constant in #204 so it makes sense to open PRs on localgov_news / localgov_alert_banner to assign these permissions.

We could also take the approach that we grant the right to assign every role (except an admin role) as it's created.