By joachim on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-3.x
Issue links:
Description:
The Rules events for flagging and unflagging are now invoked after hook_flag_flag() and hook_flag_unflag(), respectively, have been invoked.
In Flag 2.x, they were invoked by flag module's own implementation of hook_flag(), flag_flag().
See also http://drupal.org/node/1734814 for the change from hook_flag() to hook_flag_flag() and hook_flag_unflag().
Impacts:
Module developers