[wp-trac] [WordPress Trac] #11302: Bulk editing posts should pre-fill fields with the same value / allow for removal

WordPress Trac noreply at wordpress.org
Mon Sep 11 13:05:09 UTC 2023


#11302: Bulk editing posts should pre-fill fields with the same value / allow for
removal
---------------------------------+-----------------------------------------
 Reporter:  pavelevap            |       Owner:  francina
     Type:  enhancement          |      Status:  assigned
 Priority:  normal               |   Milestone:  6.4
Component:  Quick/Bulk Edit      |     Version:  2.9
 Severity:  normal               |  Resolution:
 Keywords:  needs-design has-    |     Focuses:  javascript, administration
  patch                          |
---------------------------------+-----------------------------------------

Comment (by costdev):

 == Testing Instructions
 These steps indicate how to test [https://github.com/WordPress/wordpress-
 develop/pull/4669 PR 4669].

 === Steps to Test
 1. Apply [https://patch-diff.githubusercontent.com/raw/WordPress
 /wordpress-develop/pull/4669.diff the patch].
 2. Run `npm run build:dev`.
 3. Assign some posts to various categories. Make sure that some posts are
 in one category, some are in another, and some are in both.
 4. Navigate to `Posts > All Posts`.
 5. You may need to perform a hard refresh of the page to ensure new styles
 will load as expected during the later steps.
 6. Check the checkbox beside one or more posts.
 7. Select `Edit` from the Bulk Actions dropdown, then click `Apply`.
 8. Look at each category's checkbox.

 === Expected Results
 When testing a patch to validate it works as expected:
 - ✅ If all posts are assigned to a given category, that category's
 checkbox should be checked.
 - ✅ If ''some'' of the posts are assigned to a given category, that
 category's checkbox should have a line indicating an indeterminate status.
 - ✅ If ''none'' of the posts are assigned to a given category, that
 category's checkbox should appear empty (not checked and has no line).

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/11302#comment:71>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list