[rt-users] Forward template broken in 3.8.6+
Jerrad Pierce
jpierce at cambridgeenergyalliance.org
Fri Jun 4 16:49:24 EDT 2010
Hrmph, the template parser is mighty picky. It fails to compile:
This message has been forwarded from CEA ticket #{ $Ticket->id }
transaction #{ $Transaction->id }.
Don't worry if you do not know what this means, simply enjoy the
message below from { $Ticket->RequestorAddresses }
But without the spaces around the transaction (as in the initialdata,
but who'd have thought it was meaningful and not simply to squeeze
everything onto one line) it works fine:
This message has been forwarded from CEA ticket #{ $Ticket->id }
transaction #{$Transaction->id}.
Don't worry if you do not know what this means, simply enjoy the
message below from { $Ticket->RequestorAddresses }
More information about the rt-users
mailing list