[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
Wed Sep 17 16:23:34 UTC 2014
#11302: Bulk editing posts should pre-fill fields with the same value / allow for
removal
-----------------------------+-----------------------------
Reporter: pavelevap | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Quick/Bulk Edit | Version: 2.9
Severity: normal | Resolution:
Keywords: needs-patch | Focuses:
-----------------------------+-----------------------------
Comment (by joshcanhelp):
This just recently came up in a project. The main issue is removing
categories as they can be added in bulk with the current controls. Here
are a few simpler options that came to mind:
1) Have the quick edit box react to whether you're already sorting by
category in wp-admin. Above the list of posts, you have a category drop-
down that shows posts within that category. The bulk edit function could
key off of that and select the category you're currently viewing. If you
submit and that category is gone, it's removed from the posts selected.
This means you'd need to filter, select the posts, bulk edit, deselect,
then save.
2) Another way to do this would be to have a separate category list for
removal. It would show all categories that have posts assigned, all of
them checked by default. You'd select the posts, bulk edit, deselect
whatever categories you want to remove, then save. Any post that's
selected would have the deselected categories removed.
Either one of those sound feasible?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/11302#comment:15>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list