Posted by playfulwolf on December 20, 2014 at 10:20pm
The task ir pretty much simple: with the click on the link, node "changed" time is modified to current time.
Cannot modify node->changed time with data selection - it is forbidden, or with custom php code:
$node->changed=time();
return $node;
Some other actions do work.
I use Rules Link, if it does matter.
What I am doing wrong?
