Modified Operation/Help to stem a memory leak from processing ISA entries in the Help.
Converted template docs for several Assets and Wobjects.
This commit is contained in:
parent
4a4de93e2f
commit
d7450926be
22 changed files with 881 additions and 429 deletions
|
|
@ -54,6 +54,38 @@ our $HELP = {
|
|||
body => 'template variable body',
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'webgui.version'
|
||||
},
|
||||
{
|
||||
'name' => 'webgui.version'
|
||||
},
|
||||
{
|
||||
'name' => 'webgui.status'
|
||||
},
|
||||
{
|
||||
'name' => 'session.user.username'
|
||||
},
|
||||
{
|
||||
'name' => 'session.user.firstDayOfWeek'
|
||||
},
|
||||
{
|
||||
'name' => 'session.config.extrasurl'
|
||||
},
|
||||
{
|
||||
'name' => 'session.var.adminOn'
|
||||
},
|
||||
{
|
||||
'name' => 'session.setting.companyName'
|
||||
},
|
||||
{
|
||||
'name' => 'session.setting.anonymousRegistration'
|
||||
},
|
||||
{
|
||||
'name' => 'session form variables'
|
||||
}
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue