mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Pass edit mode (resize, move, progress) so we can update better
This commit is contained in:
parent
24284eb1fd
commit
16a64c879d
@ -759,7 +759,7 @@ var et2_gantt = et2_valueWidget.extend([et2_IResizeable,et2_IInput],
|
|||||||
if(gantt_widget.options.ajax_update)
|
if(gantt_widget.options.ajax_update)
|
||||||
{
|
{
|
||||||
var request = gantt_widget.egw().json(gantt_widget.options.ajax_update,
|
var request = gantt_widget.egw().json(gantt_widget.options.ajax_update,
|
||||||
[task,value]
|
[task, mode, value]
|
||||||
).sendRequest(true);
|
).sendRequest(true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user