Closed (fixed)
Project:
Rules
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2009 at 02:54 UTC
Updated:
19 Feb 2009 at 11:30 UTC
Hi.
Using tokens replacement in the Rules module.
the [node:nid] token is empty: doesn't print anything (I am sending email with this token). Other tokens I use in this email are working.
Could this be modules 'weight' issue?
Any suggestions how to fix this?
Comments
Comment #1
greggles[node:nid] is not a token, but I guess is something from rules.
@fago?
Comment #2
amitaibuYou are probably trying to use it on an event 'New content is going to be saved' - in this case there is still no nid. You need to use 'After content has been saved'.
If this solves the problem please mark the issue as fixed.
Comment #3
fagoI think that's it.