fixed typo in template variable project.gantt.rowspan and documentation
This commit is contained in:
parent
8d88e8fcb1
commit
f325d030e9
4 changed files with 9 additions and 8 deletions
|
|
@ -14,6 +14,7 @@
|
|||
- fix: Fatal in Affiliate.pm
|
||||
- Fixed several problems to make WebGUI 7 Windows compatible again.
|
||||
- fix: navigation (Wouter van Oijen / Procolix)
|
||||
- Fixed typo in template variable project.gantt.rowspan and documentation
|
||||
|
||||
|
||||
7.0.2
|
||||
|
|
|
|||
|
|
@ -1093,8 +1093,8 @@ sub www_viewProject {
|
|||
}
|
||||
|
||||
|
||||
#Rowspan of gaant chart is 4 plus number of tasks
|
||||
$var->{'project.gaant.rowspan'} = 4 + $taskLength;
|
||||
#Rowspan of gantt chart is 4 plus number of tasks
|
||||
$var->{'project.gantt.rowspan'} = 4 + $taskLength;
|
||||
|
||||
$var->{'project.ganttChart'} = $self->www_drawGanttChart($projectId, $data, $var);
|
||||
|
||||
|
|
|
|||
|
|
@ -271,7 +271,7 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
{
|
||||
'name' => 'project.gaant.rowspan'
|
||||
'name' => 'project.gantt.rowspan'
|
||||
},
|
||||
{
|
||||
'name' => 'project.ganttChart'
|
||||
|
|
|
|||
|
|
@ -614,14 +614,14 @@ Otherwise, just the duration will be displayed as text.|,
|
|||
lastUpdated => 1149824991,
|
||||
},
|
||||
|
||||
'project.gaant.rowspan' => {
|
||||
message => q|The number of rows for the Gannt chart, 4 + the number of tasks.|,
|
||||
lastUpdated => 1149824991,
|
||||
'project.gantt.rowspan' => {
|
||||
message => q|The number of rows for the Gantt chart, 4 + the number of tasks.|,
|
||||
lastUpdated => 1153478000,
|
||||
},
|
||||
|
||||
'project.ganttChart' => {
|
||||
message => q|The Gannt chart for this project and its tasks.|,
|
||||
lastUpdated => 1149824991,
|
||||
message => q|The Gantt chart for this project and its tasks.|,
|
||||
lastUpdated => 1153478000,
|
||||
},
|
||||
|
||||
'task.back.url' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue