#32754 closed defect (bug) (fixed)
"Global Dashboard" vs "User Dashboard"
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | Networks and Sites | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description
In a multisite installation, when visiting the "user dashboard" (at domain.com/wp-admin/user
), the toolbar menu item says:
Global Dashboard
In my opinion, this is incorrect, because in a multi-network installation, each user's dashboard is actually specific to the network it's being viewed from for that user, and is not "global" to anything.
Imagine the following URL's showing two different dashboards:
- test1.domain.com/wp-admin/user
- test2.domain.com/wp-admin/user
Consider that currently, there is no such thing as a global dashboard, and if we invent one the user dashboard should not be it. A truly "global" dashboard is global to the entire WordPress installation, not to any individual user, site, network, etc...
Attachments (1)
Change History (9)
#1
@
8 years ago
- Keywords has-patch added
32754.01.patch highlights the 2 string changes I'd like to see. There are likely to be documentation changes that would accompany this, such as in 25825.3.diff.
This ticket was mentioned in Slack in #core-multisite by jjj. View the logs.
8 years ago
#3
@
8 years ago
I agree. I'd like to see a Global Dashboard/Admin, etc to manage a multi-network in place in Core eventually and updating this nomenclature oddity early will help if/when something truly global is added to core.
This ticket was mentioned in Slack in #core-multisite by jjj. View the logs.
8 years ago
#5
@
8 years ago
This is definitely a user dashboard, not a global dashboard. The URL says so and the is_user_admin()
conditional says so.
#6
@
8 years ago
- Owner set to johnbillion
- Resolution set to fixed
- Status changed from new to closed
In 32917:
String changes