[wp-trac] [WordPress Trac] #34849: Can't remove category from post while bulk editing

WordPress Trac noreply at wordpress.org
Sat Dec 5 15:15:58 UTC 2015


#34849: Can't remove category from post while bulk editing
-----------------------------+-----------------------------
 Reporter:  Fleuv            |      Owner:
     Type:  feature request  |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Quick/Bulk Edit  |    Version:  4.3.1
 Severity:  normal           |   Keywords:
  Focuses:                   |
-----------------------------+-----------------------------
 Consider the following bulk selected posts:

 '''table 1'''
 {{{
 +-------+-----------+
 | Name  | Category  |
 +-------+-----------+
 | P1    | A         |
 | P2    | A         |
 | P3    | B         |
 +-------+-----------+
 }}}

 With this selection I performed 2 simple actions.

 What I did '''first''' was '''adding category C'''. In this case both
 category A and B where not checked in the bulk edit form. The resulting
 after this first bulk action was the following:

 '''table 2'''
 {{{
 +-------+-----------+
 | Name  | Category  |
 +-------+-----------+
 | P1    | A, C      |
 | P2    | A, C      |
 | P3    | B, C      |
 +-------+-----------+
 }}}

 The '''second''' bulk edit action I wanted to perform on these posts was
 '''removing category A'''. Again neither A, B or C was checked in the bulk
 edit form. So I tried to check and again uncheck the category called A.
 Unfortunately I got the same result as shown in table 2.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34849>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list