Le 04/04/2012 20:15, Mark Martinec a écrit :
Antoine,
I'd like to be able to put the 'secret_id' value into a custom
notification template. I've looked at the README.customize file but
can't find a built-in macro that would expose it.
There isn't any, but is easy to add.
I understand it must be a normal restriction but how can I achieve that?
By defining a custom macro?
Try the attached trivial patch, it makes a macro 'secret_id'
available. Use a syntax [:secret_id] in a template to evaluate it.
Mark,
thanks for your answer, that is exactly what I need! (no need to say
that It works)
Is there any chance to see this patch integrated to the mainline one day ?
Antoine