#33824 closed defect (bug) (fixed)
Hide bulk actions dropdown when there are no posts
Reported by: | swissspidy | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | needs-patch |
Focuses: | ui, administration | Cc: |
Attachments (1)
Change History (9)
#2
@
9 years ago
- Owner set to wonderboymusic
- Resolution set to fixed
- Status changed from new to closed
In 34076:
#5
@
9 years ago
- Keywords needs-patch added; has-patch needs-screenshots removed
- Resolution fixed deleted
- Status changed from closed to reopened
[34076] includes an UX issue for comments and maybe other screens with extra filters
- Go to
wp-admin/edit-comments.php
- Make sure you have no trackbacks in your list
- Filter by pings
- You will get the "No comments found." view without any filters
- Now click on the "All" link (
wp-admin/edit-comments.php?comment_type=pings&comment_status=all
) - Because it includes the filter you are at step 4 again
#8
@
9 years ago
For future reference, see also https://core.trac.wordpress.org/attachment/ticket/29789/29789.fix2.diff in #29789. We could disable the bulk drop-down selects in js instead of html. I don't know how we handle it when the table loads dynamically, but in that case the solution is js anyway, so might as well make it easy.
Note: See
TracTickets for help on using
tickets.
check for if items or posts are there then display added