add missing template variables and help in CS
This commit is contained in:
parent
91ee102c5f
commit
9864b4caf1
3 changed files with 15 additions and 1 deletions
|
|
@ -161,6 +161,11 @@ our $HELP = {
|
|||
description => 'get mail help',
|
||||
namespace => 'Asset_Collaboration',
|
||||
},
|
||||
{
|
||||
title => 'display last reply',
|
||||
description => 'display last reply help',
|
||||
namespace => 'Asset_Collaboration',
|
||||
},
|
||||
{
|
||||
title => 'mail server',
|
||||
description => 'mail server help',
|
||||
|
|
@ -410,7 +415,7 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'collaboration post list template variables' => {
|
||||
'collaboration post list template variables' => { ##from appendPostListTemplateVars
|
||||
title => 'collaboration post list template variables title',
|
||||
body => 'collaboration post list template variables body',
|
||||
fields => [
|
||||
|
|
@ -535,6 +540,9 @@ our $HELP = {
|
|||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'displayLastReply'
|
||||
},
|
||||
{
|
||||
'name' => 'user.canPost'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue