template vars for ProjectManager. ISA relationships to follow tomorrow
This commit is contained in:
parent
2f2cecf808
commit
2e5a8c73bb
2 changed files with 104 additions and 0 deletions
|
|
@ -106,6 +106,12 @@ our $HELP = {
|
||||||
'task edit template' => {
|
'task edit template' => {
|
||||||
title => 'edit task template vars title',
|
title => 'edit task template vars title',
|
||||||
body => 'edit task template vars body',
|
body => 'edit task template vars body',
|
||||||
|
isa => [
|
||||||
|
{
|
||||||
|
namespace => "Asset_Template",
|
||||||
|
tag => "template variables"
|
||||||
|
},
|
||||||
|
],
|
||||||
variables => [
|
variables => [
|
||||||
{
|
{
|
||||||
'required' => 1,
|
'required' => 1,
|
||||||
|
|
@ -174,6 +180,12 @@ our $HELP = {
|
||||||
'view project template' => {
|
'view project template' => {
|
||||||
title => 'view project template vars title',
|
title => 'view project template vars title',
|
||||||
body => 'view project template vars body',
|
body => 'view project template vars body',
|
||||||
|
isa => [
|
||||||
|
{
|
||||||
|
namespace => "Asset_Template",
|
||||||
|
tag => "template variables"
|
||||||
|
},
|
||||||
|
],
|
||||||
variables => [
|
variables => [
|
||||||
{
|
{
|
||||||
'name' => 'form.header'
|
'name' => 'form.header'
|
||||||
|
|
@ -305,6 +317,12 @@ our $HELP = {
|
||||||
'gantt chart template' => {
|
'gantt chart template' => {
|
||||||
title => 'gantt chart template vars title',
|
title => 'gantt chart template vars title',
|
||||||
body => 'gantt chart template vars body',
|
body => 'gantt chart template vars body',
|
||||||
|
isa => [
|
||||||
|
{
|
||||||
|
namespace => "Asset_Template",
|
||||||
|
tag => "template variables"
|
||||||
|
},
|
||||||
|
],
|
||||||
variables => [
|
variables => [
|
||||||
{
|
{
|
||||||
'name' => 'extras',
|
'name' => 'extras',
|
||||||
|
|
@ -359,6 +377,44 @@ our $HELP = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'project manager asset template variables' => {
|
||||||
|
title => 'project manager asset template variables title',
|
||||||
|
body => 'project manager asset template variables body',
|
||||||
|
isa => [
|
||||||
|
{
|
||||||
|
namespace => "Asset_Wobject",
|
||||||
|
tag => "wobject template variables"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
fields => [
|
||||||
|
],
|
||||||
|
variables => [
|
||||||
|
{
|
||||||
|
'name' => 'projectDashboardTemplateId'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'name' => 'projectDisplayTemplateId'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'name' => 'ganttChartTemplateId'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'name' => 'editTaskTemplateId'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'name' => 'resourcePopupTemplateId'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'name' => 'resourceListTemplateId'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'name' => 'groupToAdd'
|
||||||
|
},
|
||||||
|
],
|
||||||
|
related => [
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1; ##All perl modules must return true
|
1; ##All perl modules must return true
|
||||||
|
|
|
||||||
|
|
@ -819,6 +819,54 @@ Otherwise, just the duration will be displayed as text.|,
|
||||||
message => q|Milestone|,
|
message => q|Milestone|,
|
||||||
lastUpdated => 1159557353
|
lastUpdated => 1159557353
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'projectDashboardTemplateId' => {
|
||||||
|
message => q|The ID of the template to display the main view of the Project Manager.|,
|
||||||
|
lastUpdated => 1168904548
|
||||||
|
},
|
||||||
|
|
||||||
|
'projectDisplayTemplateId' => {
|
||||||
|
message => q|The ID of the template to display one project from the Project Manager.|,
|
||||||
|
lastUpdated => 1168904548
|
||||||
|
},
|
||||||
|
|
||||||
|
'ganttChartTemplateId' => {
|
||||||
|
message => q|The ID of the template to display the gantt chart in the Project Manager.|,
|
||||||
|
lastUpdated => 1168904548
|
||||||
|
},
|
||||||
|
|
||||||
|
'editTaskTemplateId' => {
|
||||||
|
message => q|The ID of the template to edit a task in the Project Manager.|,
|
||||||
|
lastUpdated => 1168904548
|
||||||
|
},
|
||||||
|
|
||||||
|
'resourcePopupTemplateId' => {
|
||||||
|
message => q|The ID of the template to display a popup for selecting resources in the Project Manager.|,
|
||||||
|
lastUpdated => 1168904548
|
||||||
|
},
|
||||||
|
|
||||||
|
'resourceListTemplateId' => {
|
||||||
|
message => q|The ID of the template to display a popup for listing resources in the Project Manager.|,
|
||||||
|
lastUpdated => 1168904548
|
||||||
|
},
|
||||||
|
|
||||||
|
'groupToAdd' => {
|
||||||
|
message => q|The ID of group that is allowed to manage this project manager.|,
|
||||||
|
lastUpdated => 1168904548
|
||||||
|
},
|
||||||
|
|
||||||
|
'project manager asset template variables title' => {
|
||||||
|
message => q|Project Manager Asset Template Variables|,
|
||||||
|
lastUpdated => 1164841146
|
||||||
|
},
|
||||||
|
|
||||||
|
'project manager asset template variables body' => {
|
||||||
|
message => q|Every asset provides a set of variables to most of its
|
||||||
|
templates based on the internal asset properties. Some of these variables may
|
||||||
|
be useful, others may not.|,
|
||||||
|
lastUpdated => 1164841201
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue