Rothamsted-Ecoinformatics / farm_rothamsted

Custom farmOS features for Rothamsted Research.
GNU General Public License v2.0
6 stars 1 forks source link

Farm manager and advanced operator cannot update taxonomy terms #622

Closed paul121 closed 9 months ago

paul121 commented 9 months ago

https://github.com/Rothamsted-Ecoinformatics/farm_rothamsted/blob/52ebb66af1dfcdd248d259246909638f986bee62/modules/farm_rothamsted_roles/config/install/user.role.rothamsted_farm_manager.yml#L38-L40

@aislinnpearson demonstrated this on the call today. These users should have access

paul121 commented 9 months ago

Aha, problem solved. Taxonomy terms are unique in that their update operation (and permission) is named "edit" not "update" like the other entities. Corrected for the farm manager and advanced operator roles.