Closed (fixed)
Project:
Flag
Version:
7.x-3.x-dev
Component:
Flag core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2014 at 09:17 UTC
Updated:
14 May 2014 at 05:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joachim commentedSanity check: by the time we get to the Rules invocation:
- the $flagging has been passed to drupal_write_record(), so it has an entity ID
- the $flagging has been passed to field_attach_insert(), so logically it has all the field data on it already
Therefore, the $flagging we have is as good as it's going to get. We won't gain anything by doing an entity_load() with it.
Comment #2
joachim commentedComment #4
joachim commentedTests pass, and I'm happy with my sanity check :)