Closed (fixed)
Project:
Rules
Version:
7.x-2.2
Component:
Rules Core
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2013 at 08:15 UTC
Updated:
10 Sep 2018 at 04:30 UTC
Jump to comment: Most recent
Comments
Comment #1
tr commentedUsing 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.
Comment #2
tr commented