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
|
|
@ -68,6 +68,7 @@
|
|||
- fix: WebGUI::Operation::Commerce->listTransactions now adds trailing 0's to
|
||||
prices/totals.
|
||||
- fix: Uncommitted Collaborations and adding threads
|
||||
- fix: template variable displayLastReply is in none of the CS help files
|
||||
|
||||
|
||||
7.1.3
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1376,6 +1376,11 @@ used by Collaboration Assets:</p>
|
|||
lastUpdated => 1149655833,
|
||||
},
|
||||
|
||||
'displayLastReply' => {
|
||||
message => q|A conditional that is true if the Collaboration System was configured to display the last reply. If this variable is true, then in the Collaboration Template, the lastReply.* variables will be enabled.|,
|
||||
lastUpdated => 1149655833,
|
||||
},
|
||||
|
||||
'user.isModerator' => {
|
||||
message => q|A conditional that is true if the current user is a moderator for this Asset.|,
|
||||
lastUpdated => 1149655833,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue