WP-API / new-list-tables

An experiment in re-writing the post list screen using the REST API.
GNU General Public License v2.0
71 stars 17 forks source link

Bulk actions: show categories values and allow removal #25

Open benoitchantre opened 7 years ago

benoitchantre commented 7 years ago

Currently, users can only use the bulk actions to assign categories to a selection of posts. They can't remove categories from the selected posts.

It would be a great improvement to show the states of the categories (terms in general) in the bulk actions:

Then to allow the user to unselect a category from the chosen posts.

There's an 8 years ticket in Trac for that.