#59837 closed defect (bug) (fixed)
Categories are removed when bulk editing posts
Reported by: | ricjcs | Owned by: | peterwilsoncc |
---|---|---|---|
Milestone: | 6.4.1 | Priority: | normal |
Severity: | major | Version: | 6.4 |
Component: | Quick/Bulk Edit | Keywords: | has-patch dev-reviewed |
Focuses: | Cc: |
Description
When bulk editing posts, categories in posts are automatically removed and the category is set to "Uncategorized".
How to reproduce?
- Select some posts that have some categories defined
- Update posts in bulk edit mode, you don't need to make any changes, just update
What did I expect?
I expected the categories to remain in the posts as no changes were defined.
For an example, see the screenshots.
This behavior appeared in version 6.4
Attachments (3)
Change History (19)
This ticket was mentioned in Slack in #core by jorbin. View the logs.
11 months ago
#3
@
11 months ago
During the scrub, I have had the same issue when I reproduce the above. Will upload screenshots later.
This ticket was mentioned in Slack in #core by peterwilsoncc. View the logs.
11 months ago
This ticket was mentioned in PR #5640 on WordPress/wordpress-develop by @peterwilsoncc.
11 months ago
#7
- Keywords has-patch added
This ticket was mentioned in PR #5641 on WordPress/wordpress-develop by @peterwilsoncc.
11 months ago
#8
https://core.trac.wordpress.org/ticket/59837 for 6.4 branch
#9
@
11 months ago
After discussion in Make/Core slack, there's consensus to revert [56712]. Testing confirmed reverting resolves the issue. And a revert cleanly restores this area of the functionality back to its original form before 6.4.0.
#10
@
11 months ago
- Owner set to peterwilsoncc
- Resolution set to fixed
- Status changed from new to closed
In 57093:
Bulk editing is presenting several problems. If I define a new category for posts that are in different categories, all categories are removed except the new one.
These situations must be related to ticket #11302, which is something I was hoping would be implemented, but it will be showing unexpected behavior.