#43146 closed defect (bug) (fixed)
Term title links to incorrect location for users with insufficient capabilities
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | Taxonomy | Keywords: | has-patch has-screenshots |
Focuses: | administration | Cc: |
Description
I created a custom taxonomy.
The user had sufficient capabilities to access the taxonomy but not to edit and delete it. The action row is correctly not displayed but the link in the title is not handled correctly.
'capabilities' => [ 'manage_terms' => 'manage_categories', 'edit_terms' => 'manage_custom_tax', 'delete_terms' => 'manage_custom_tax', 'assign_terms' => 'edit_posts', ],
/wp-admin/edit-tags.php?taxonomy=custom_tax
Attachments (3)
Change History (7)
Note: See
TracTickets for help on using
tickets.
How the title with the link looks like now