localgovdrupal / localgov_events

Events for LocalGov Drupal.
GNU General Public License v2.0
1 stars 1 forks source link

Associate taxonomy permissions with Editor role #155

Closed zackdavies closed 3 weeks ago

zackdavies commented 3 months ago

Associate view/create/edit permissions for Event taxonomies with Editors. See https://github.com/localgovdrupal/localgov_events/issues/136

zackdavies commented 3 months ago

I've got another PR open for this repo and both include hook_update_X - prior to merging (if approved!) X should be a different number for each.

ekes commented 2 months ago

Related https://github.com/localgovdrupal/localgov_topics/pull/28

I'm certain for this one that lots of sites fix the locations and don't let editors change them.

That said. Installing the site with Editors able to set the taxonomy terms and letting people remove change the permission might be a very valid way of doing this.

Not sure about the update hook in that case though. I think plenty of existing sites will have configured their permissions as desired for their use case.