added safe top link to the top of the CS FAQ template
This commit is contained in:
parent
b49c5bf2a1
commit
7323ec0c0a
5 changed files with 80 additions and 0 deletions
|
|
@ -1098,6 +1098,7 @@ sub view {
|
|||
$var{"search.url"} = $self->getSearchUrl;
|
||||
$var{"subscribe.url"} = $self->getSubscribeUrl;
|
||||
$var{"unsubscribe.url"} = $self->getUnsubscribeUrl;
|
||||
$var{"collaborationAssetId"} = $self->getId;
|
||||
my $sql = "
|
||||
select
|
||||
asset.assetId,
|
||||
|
|
|
|||
|
|
@ -255,6 +255,9 @@ our $HELP = {
|
|||
{
|
||||
'name' => 'closed.label'
|
||||
},
|
||||
{
|
||||
'name' => 'collaborationAssetId'
|
||||
},
|
||||
{
|
||||
'name' => 'critical.label'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1617,6 +1617,11 @@ the Collaboration Asset, the user will be notified.|,
|
|||
lastUpdated => 1149656374,
|
||||
},
|
||||
|
||||
'collaborationAssetId' => {
|
||||
message => q|The assetId of this Collaboration System. Unlike the variable assetId, this one will not be overridden by the assetIds inside of Threads or Posts.|,
|
||||
lastUpdated => 1170543345,
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue