Preparation
* create a nodetype with a status field
* create a message type "status changed" with entityreference field to node
* create a message text there that has token [message:field_entityreference:status]
* create a rule "send status changed message" that fires on "node was updated" event, in this rule
** create a message
** set the message entityreference field to node
** send message with message notify
How to reproduce
* Change node status from FOO to BAR
Expected result
* Get message "Status is BAR"
Experienced result
* Get message "Status is FOO"
This MAY be connected with Entitycache module, this needs to be investigated.
Closed: outdated
2.0
Code