Asset variables for TimeTracking Asset
This commit is contained in:
parent
a7976f7256
commit
b8481248ea
2 changed files with 99 additions and 19 deletions
|
|
@ -77,6 +77,12 @@ our $HELP = {
|
|||
'user view template variables' => {
|
||||
title => 'user view template title',
|
||||
body => 'user view template body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Wobject",
|
||||
tag => "wobject template variables"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'extras',
|
||||
|
|
@ -123,6 +129,12 @@ our $HELP = {
|
|||
'time row template variables' => {
|
||||
title => 'time row template title',
|
||||
body => 'time row template body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Wobject",
|
||||
tag => "wobject template variables"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'extras',
|
||||
|
|
@ -205,6 +217,38 @@ our $HELP = {
|
|||
],
|
||||
},
|
||||
|
||||
'time tracking asset template variables' => {
|
||||
title => 'time tracking asset template variables title',
|
||||
body => 'time tracking asset template variables body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Wobject",
|
||||
tag => "wobject template variables"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'userViewTemplateId'
|
||||
},
|
||||
{
|
||||
'name' => 'managerViewTemplateId'
|
||||
},
|
||||
{
|
||||
'name' => 'timeRowTemplateId'
|
||||
},
|
||||
{
|
||||
'name' => 'groupToManage',
|
||||
},
|
||||
{
|
||||
'name' => 'pmIntegration'
|
||||
},
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue