mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-01 19:09:55 +01:00
partial backport of r48568: Fix bug loading new data into gantt
ommitting projectmanager/inc/class.projectmanager_gantt.inc.php
This commit is contained in:
parent
084fb28864
commit
cf97364abf
@ -269,6 +269,9 @@ var et2_gantt = et2_valueWidget.extend([et2_IResizeable,et2_IInput],
|
||||
|
||||
// Clear previous value
|
||||
this.gantt.clearAll();
|
||||
|
||||
// Clear the end date, or previous end date may break time scale
|
||||
this.gantt.config.end_date = null;
|
||||
|
||||
if(value.duration_unit)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user