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
|
|
@ -32,11 +32,28 @@ our $HELP = {
|
|||
'multisearch template' => {
|
||||
title => 'multisearch template title',
|
||||
body => 'multisearch template body',
|
||||
isa => {
|
||||
namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
},
|
||||
variables => [
|
||||
{
|
||||
'name' => 'search',
|
||||
'description' => 'search.variable'
|
||||
},
|
||||
{
|
||||
'name' => 'for',
|
||||
'description' => 'for.variable'
|
||||
},
|
||||
{
|
||||
'name' => 'submit'
|
||||
}
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'multisearch template',
|
||||
tag => 'multi search add/edit',
|
||||
namespace => 'Asset_MultiSearch'
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue