Huge amount of ISA work for Assets (as opposed to Wobjects).
Bug fix for toolbar button rows that do not go away when all buttons are deselected.
This commit is contained in:
parent
224b2c08d1
commit
93288c8332
20 changed files with 518 additions and 71 deletions
|
|
@ -4,6 +4,24 @@ our $HELP = {
|
|||
'thread template variables' => {
|
||||
title => 'thread template title',
|
||||
body => 'thread template body',
|
||||
isa => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'post template variables',
|
||||
namespace => 'Asset_Post'
|
||||
},
|
||||
{
|
||||
tag => 'collaboration template labels',
|
||||
namespace => 'Asset_Collaboration'
|
||||
},
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
|
|
@ -145,22 +163,23 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'thread asset template variables' => {
|
||||
title => 'thread asset template title',
|
||||
body => 'thread asset template body',
|
||||
isa => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
{
|
||||
tag => 'post template variables',
|
||||
tag => 'post asset variables',
|
||||
namespace => 'Asset_Post'
|
||||
},
|
||||
{
|
||||
tag => 'collaboration template labels',
|
||||
namespace => 'Asset_Collaboration'
|
||||
},
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue