DataForm asset variables and ISA relationships
This commit is contained in:
parent
eea413d4c1
commit
f53e401fa5
2 changed files with 17 additions and 10 deletions
|
|
@ -183,10 +183,6 @@ our $HELP = {
|
|||
namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
},
|
||||
{
|
||||
tag => 'wobject template variables',
|
||||
namespace => 'Asset_Wobject'
|
||||
}
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
|
|
@ -428,10 +424,6 @@ our $HELP = {
|
|||
namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
},
|
||||
{
|
||||
tag => 'wobject template variables',
|
||||
namespace => 'Asset_Wobject'
|
||||
}
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
|
|
@ -564,6 +556,10 @@ our $HELP = {
|
|||
title => 'data form asset template variables title',
|
||||
body => 'data form asset template variables body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Wobject",
|
||||
tag => "wobject template variables"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
|
|
@ -571,6 +567,10 @@ our $HELP = {
|
|||
{
|
||||
'name' => 'templateId',
|
||||
},
|
||||
{
|
||||
'name' => 'acknowledgement',
|
||||
'description' => 'acknowledgement var desc',
|
||||
},
|
||||
{
|
||||
'name' => 'emailTemplateId',
|
||||
},
|
||||
|
|
@ -581,12 +581,15 @@ our $HELP = {
|
|||
'name' => 'listTemplateId',
|
||||
},
|
||||
{
|
||||
'name' => 'acknowledgement',
|
||||
'description' => 'acknowledgement var desc',
|
||||
'name' => 'mailData',
|
||||
},
|
||||
{
|
||||
'name' => 'mailAttachments',
|
||||
},
|
||||
{
|
||||
'name' => 'defaultView',
|
||||
'description' => 'defaultView var desc',
|
||||
},
|
||||
{
|
||||
'name' => 'groupToViewEntries',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue