#41538 closed defect (bug) (fixed)
Check correct capabilities for update page in network admin
| Reported by: | flixos90 | Owned by: | flixos90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9 |
| Component: | Role/Capability | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | multisite |
Description
In wp-admin/network/menu.php it is assumed that a user must have the update_core capability to access the "Updates" page. This works fine for default core behavior, but it should also work for the cases where a network user only has the update_plugins, update_themes or update_languages capability (the latter as a result of #39677).
Once #39677 has been merged, let's fix this here.
Attachments (1)
Change History (7)
This ticket was mentioned in Slack in #core-multisite by flixos90. View the logs.
9 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
41538.diff uses a correct capability for the Updates page, similarly to how
wp-admin/menu.phphandles it.