Put a template variable for the CS in the correct place.
This commit is contained in:
parent
6ba8d34574
commit
38a19674da
2 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
|||
- fixed #9942: Upgrade script fails with ITransact driver (William McKee, Knowmad Technologies)
|
||||
- fixed #9943: Upgrade script fails with Payment Gateways
|
||||
- fixed #9948: Data form cannot be deleted.
|
||||
- fixed #9950: Wrong var in help for thread
|
||||
|
||||
7.6.14
|
||||
- fixed: IE6 shows Admin Bar over Asset Manager
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ our $HELP = {
|
|||
{ 'name' => 'open.label' },
|
||||
{ 'name' => 'close.label' },
|
||||
{ 'name' => 'closed.label' },
|
||||
{ 'name' => 'collaborationAssetId' },
|
||||
{ 'name' => 'critical.label' },
|
||||
{ 'name' => 'minor.label' },
|
||||
{ 'name' => 'cosmetic.label' },
|
||||
|
|
@ -155,6 +154,7 @@ our $HELP = {
|
|||
{ 'name' => 'sortby.views.url' },
|
||||
{ 'name' => 'sortby.replies.url' },
|
||||
{ 'name' => 'sortby.rating.url' }
|
||||
{ 'name' => 'collaborationAssetId' },
|
||||
],
|
||||
related => [
|
||||
{ tag => 'collaboration template labels',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue