Taxonomy access fix
Categories
Component ID
1417416
Component name
Taxonomy access fix
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
130585
Component created
Component changed
Component body
This module will maybe, hopefully be unnecessary in Drupal 8.3 =(
This module
- adds 1 or 2 permissions per vocabulary: "add terms in X" (also "reorder terms in X" for D8)
- changes the way vocabulary specific permissions are handled
- changes the Taxonomy admin pages' access checks
- alters the vocabularies overview table to show only what you have access to edit or delete
The module does what native Taxonomy lacks: more specific Taxonomy permissions (and checking them correctly).
Version 2 is compatible with Version 1. Just run the updates and update your features.
Note: In order to access the admin/structure/taxonomy page, you must first set permissions for the desired vocabularies.
Note: A module can't add permissions to another module, so the extra "add terms in X" permissions are located under "Taxonomy access fix" and not under "Taxonomy".
Related
- Use taxonomy_autocomplete_permission to add permissions for autocomplete/tag creation too
Slightly related
- vppr adds per-role access checks
- taxonomy_permissions restricts view access
