#57666 closed defect (bug) (fixed)
Help tab on User list screen is missing help tab row action info
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Help/About | Keywords: | has-patch has-screenshots commit |
Focuses: | administration, ui-copy | Cc: |
Description
On the screen Users
, the help tab is missing info about the row action View
.
The row actions typically avalible are:
Edit | Delete | View | Send password reset
But the help tab only lists
- Edit - Remove/Delete - Send password reset
Attachments (1)
Change History (12)
This ticket was mentioned in PR #4033 on WordPress/wordpress-develop by @kebbet.
2 years ago
#1
- Keywords has-patch added; needs-patch removed
2 years ago
#2
The check for current user ID is not correct. Maybe just leave the check out and always display the help tab info. Or is there a filter that sets author archives to false globally?
#5
@
2 years ago
Hello @kebbet, thanks for the ticket and patch!
This changeset looks pretty good to me.
I think this bugfix can be moved to milestone 6.2 if we have a rapid review of the copy changes.
Pinging @marybaum, @webcommsat and/or @oglekler as Help/About component maintainers: is it possible to get a review of the above copy changes so this could ship in WP 6.2? Thanks!
#6
@
2 years ago
Thanks for considering. For the ease of reviewing, the string is:
<strong>View</strong> takes you to a public author archive which lists all the posts published by the user.
#7
@
2 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to 6.2
Thanks for the ticket! The PR looks good to me.
#8
@
2 years ago
- Keywords needs-copy-review removed
Thanks for the ping. Copy review completed. Thanks @kebbet . This is good to go. Thanks @SergeyBiryukov and @audrasjb.
#9
@
2 years ago
- Owner set to audrasjb
- Status changed from new to accepted
Great, thanks.
Self assigning for commit
.
@audrasjb commented on PR #4033:
2 years ago
#11
Committed in https://core.trac.wordpress.org/changeset/55297
Above: the help tab missing info on
View
. Below: row actions with all avalible actions.