Closed (fixed)
Project:
Revisioning
Version:
7.x-1.4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
8 Apr 2013 at 10:41 UTC
Updated:
29 Apr 2013 at 11:20 UTC
Hi,
I use the revisioning module to allw people to write content for approval. It works great. But i try to set up a rule so i can get an email when someone creates a new revision. Am i doing something wrong or is this missing?
Comments
Comment #1
rdeboerA rule or even a triggered action should
work.
Comment #2
andeersg commentedI have found that i have to use "Content is updated" or "New content is added" rules triggers. But another problem is that then i don't have access to revisioning tokens.
Comment #3
rdeboerHmmm... I'll have to look into the tokens thing...
Comment #4
andeersg commentedI can try to explain my problem even more:
The reason i want access to those tokens is that i want to set a condition that the revision author is of a certain role. Today i only have access to original author token, and thats wrong if someone else is updating content.
Comment #5
rdeboerFYI: Related to #1566848: Rules "User has role" condition to apply to author/editor of latest revision, not initial revision.
Comment #6
rdeboerFixed with latest check-in. 7.x-1.x-dev dated 13 April or later.
Below is a screenshot of the tokens (replacement patterns) available in Rules 7.x-2.3. Note that the tokens "node:revision-author" and "node:revision-created" have subtokens (aka "chained objectes") e.g node:revision-author:name, node:revision-author:mail etc.
Comment #7
rdeboerComment #8
andeersg commentedThank you so much :)