mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
Apply duration settings to gantt columns
This commit is contained in:
parent
4c82f2cee2
commit
b1dbe2ab38
@ -299,7 +299,8 @@ var et2_gantt = et2_inputWidget.extend([et2_IResizeable,et2_IInput],
|
||||
}
|
||||
if(this.widget && typeof this.widget == 'string')
|
||||
{
|
||||
this.widget = et2_createWidget(this.widget, {readonly:true}, gantt_widget);
|
||||
var attrs = jQuery.extend({readonly:true}, this.widget_attributes||{});
|
||||
this.widget = et2_createWidget(this.widget, attrs, gantt_widget);
|
||||
}
|
||||
if (this.widget)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user