Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58479


Ignore:
Timestamp:
06/14/2023 02:57:59 PM (3 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58479

    • Property Keywords has-patch added
    • Property Focuses javascript added; coding-standards removed
    • Property Component changed from Posts, Post Types to Quick/Bulk Edit
    • Property Summary changed from We need to add notice on page/post similar to plugin list page to Add notice if no posts are selected in Bulk Edit
  • Ticket #58479 – Description

    initial v1  
    1 Hey,
     1On the Posts screen(s), clicking the bulk actions Apply button without selecting any posts does not show an error message.
     2
     31. Visit the Posts screen.
     42. Choose "Edit" in the Bulk actions dropdown.
     53. Without checking any checkboxes, click the Apply button. Nothing seems to happen.
     64. Choose "Move to Trash" in the Bulk actions dropdown.
     75. Click the Apply button. The page reloads but cannot move anything to Trash.
     86. Choose "Bulk actions" at the top of the Bulk actions dropdown.
     97. Click the Apply button. The page reloads with a query string in the URL.
     10
    211
    312I have checked and it should be a message on the page/post list as per added notice message on the plugin page.