Open
Description
Bug description
When a user does not have the permissions to edit a taxonomy, the "Edit" option is still visible when using the "Taxonomy Terms" field.
It appears that even though we have the data to say whether the individual taxonomy is editable, we are simply checking if the entire field is editable, and if so we show the edit button on the term.
Selecting the Edit button gives a page flash and then
How to reproduce
- Create a taxonomy
- Create a non super-user user without permissions to edit taxonomies
- Grant the user permissions to edit the entries
- Add a Taxonomy Terms field to the blueprint of your entry
Logs
Environment
Environment
Application Name: My Statamic Site
Laravel Version: 12.9.2
PHP Version: 8.4.2
Composer Version: -
Environment: local
Debug Mode: ENABLED
URL: example.lndo.site
Maintenance Mode: OFF
Timezone: UTC
Locale: en
Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED
Drivers
Broadcasting: log
Cache: file
Database: mysql
Logs: stack / single
Mail: smtp
Queue: sync
Session: file
Storage
public/storage: NOT LINKED
Statamic
Addons: 1
Sites: 1
Stache Watcher: Enabled (auto)
Static Caching: Disabled
Version: 5.53.1 PRO
Statamic Addons
statamic/eloquent-driver: 4.21.1
Statamic Eloquent Driver
Asset Containers: eloquent
Assets: eloquent
Blueprints: eloquent
Collection Trees: eloquent
Collections: eloquent
Entries: eloquent
Forms: eloquent
Global Sets: eloquent
Global Variables: eloquent
Navigation Trees: eloquent
Navigations: eloquent
Revisions: file
Sites: eloquent
Taxonomies: eloquent
Terms: eloquent
Tokens: eloquent
Installation
Fresh statamic/statamic site via CLI
Additional details
No response