adding undocumented template variable for TimeTracker
This commit is contained in:
parent
95c11e3ffe
commit
a8b64a1b3a
2 changed files with 11 additions and 2 deletions
|
|
@ -109,6 +109,10 @@ our $HELP = {
|
|||
'name' => 'form.footer',
|
||||
'required' => 1,
|
||||
},
|
||||
{
|
||||
'name' => 'project.task.array',
|
||||
'required' => 1,
|
||||
},
|
||||
{
|
||||
'name' => 'js.alert.removeRow.error',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -493,8 +493,13 @@ be useful, others may not.|,
|
|||
},
|
||||
|
||||
'pmIntegration' => {
|
||||
message => q|A conditional indicating whether or not this Time Tracking Asset has been configured for integration with the Project Manager|,
|
||||
lastUpdated => 1168038164
|
||||
message => q|A conditional indicating whether or not this Time Tracking Asset has been configured for integration with the Project Manager.|,
|
||||
lastUpdated => 1168117979,
|
||||
},
|
||||
|
||||
'project.task.array' => {
|
||||
message => q|Javascript containing data about the project and tasks.|,
|
||||
lastUpdated => 1168038164,
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue