- Issue created by @zengenuity
- Merge request !12Change permission on taxonomy vocabulary overview page to access taxonomy overview β (Open) created by zengenuity
This module ships with a view in views.view.taxonomy.yml
which provides a single page display for administering taxonomy vocabularies. This view has the wrong permission on it. It requires administer taxonomy
permission, but this is too strict. This permission prevents editors who have access to edit some taxonomies from getting to the admin pages. The permission should be access taxonomy overview
.
access taxonomy overview
and a permission to edit terms in one or more vocabularies. Do not grant them administer taxonomy
permission.Change permission in provided view to access taxonomy overview
Review patch.
This will change the access to the taxonomy page, but this change puts it back like it is in core.
None.
None.
Active
2.0
Code