backdrop-contrib / flag

Flag module for Backdrop CMS
0 stars 11 forks source link

Bulk operation to clear all flags on one or more entities #25

Open herbdool opened 3 years ago

herbdool commented 3 years ago

The current action seems to only clear the flag for the current user (at least with @jenlampton PR). Maybe that's useful, but I would have thought being able to clear all flags on that entity would be more useful. I'm making this a feature request because I can't recall if this is something new or not.

jenlampton commented 3 years ago

I think I was only using a single on/off flag (not per-user flags) so I may not have tested that.

argiepiano commented 9 months ago

This could be done OOTB by creating a Rules component and using Views Bulk Operations to apply that component to a view of nodes..