...
The following script can be used as part of a larger Ad-hoc notification to allow/remove comments.
Text
Code Block |
---|
#if ($comment$!comment && !$jemhUtils.isPrivateJSDComment($comment.getAuthorApplicationUser(),$comment)) $!comment.getBody() #end |
HTML
Code Block |
---|
#if ($comment$!comment && !$jemhUtils.isPrivateJSDComment($comment.getAuthorApplicationUser(),$comment)) #parse('templates/email/html/includes/patterns/comment-top.vm') #end |
...