mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
- Fix bug loading new data into gantt
- Setup for Stylite gantt features
This commit is contained in:
parent
4963e7c968
commit
9f8f35ac57
@ -275,6 +275,9 @@ var et2_gantt = et2_valueWidget.extend([et2_IResizeable,et2_IInput],
|
|||||||
|
|
||||||
// Clear previous value
|
// Clear previous value
|
||||||
this.gantt.clearAll();
|
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)
|
if(value.duration_unit)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user