I'm trying to build a reaction rule that fires on the event `After updating existing content`, but with the condition to only run after the node has been manually updated using the node edit form, *not* as part of a Views Bulk Operation action that updates nodes.
My issue is I can't find a condition that achieves this.

Does anybody have an idea? Thanks for thinking along :-)

Comments

TR’s picture

Issue summary: View changes
Status: Active » Fixed

Using that event, there is no way to distinguish how the node got updated. You could probably do what you want by triggering instead on the "Save" button being pressed on the node edit form. It might even be simpler to just hook into that form submit function and fire your own custom Rule event - that would be highly specific and allow you to get exactly what you want for very little effort.

TR’s picture

Status: Fixed » Closed (fixed)