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
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue