Forum Discussion
TariqHussain
9 years agoBoss
Could you please try below context object.
${notification.message.author.login}
On a default immediate_general email template this context object is being used.
#set ( $eventUser = "${notification.message.author.login}")
#set ( $eventUserRanking = "${notification.message.author.ranking.name}")
#if ($notification.moved)
#if ($notification.merged)
#set ($eventText = "merged a")
#else
#set ($eventText = "moved a")
#end
#else Sign in to react to this post
ttadej
9 years agoAdvisor
Thanks but that doesn't give me the name of the person who moved the post, it gives me the name of the author of the post.
Sign in to react to this post
- TariqHussain9 years agoBoss
ttadej- As you have tried all the possible context object which shown below and no other context object is mentioned on the documentation.
$actorLogin
$notification.message.actor.login
$notification.actor.login
$notification.message.lastEditUser.loginOpen a ticket to lithium support for this. Or if it is not available post an idea here.
Sign in to react to this post- ttadej9 years agoAdvisor
For others running into the same issue, here is the response from Lithium:
"Our product team agrees that this is a bug and I've opened an investigation to determine a possible fix. I'll keep you updated on our progress."
Sign in to react to this post