I need node_convert module to fire a trigger (any trigger - content updated, for instance) so i can perform other actions on node convert.
The best solution would be for the module include a event of its own, to use with rules - node is being converted, for example.
Comments
Comment #1
hlopes commentedBeen messing around with this, so far this is what i have:
Line 625, node_convert.module
and at the end of the file
But apparently this approach doesn't work with Views bulk operations in Batch mode. But is worth a try for those who need to automate things on node conversion.
Comment #2
alcroito commentedThanks. Added into dev.
Comment #3
hlopes commentedFor performance issues,
is better. Avoids node & user load if rules is not present.
Comment #4
alcroito commentedI took that into account.