mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Store column selection in implicit preference
This commit is contained in:
parent
56dff42c14
commit
87b53d10b8
@ -1038,6 +1038,9 @@ var et2_gantt = et2_inputWidget.extend([et2_IResizeable,et2_IInput],
|
||||
}
|
||||
self.set_columns(self.gantt_config.columns);
|
||||
|
||||
// Update Implicit preference
|
||||
this.egw().set_preference(self.getInstanceManager().app, 'gantt_columns_' + self.id, value);
|
||||
|
||||
// Hide popup
|
||||
self.selectPopup.toggle();
|
||||
self.selectPopup.remove();
|
||||
|
Loading…
Reference in New Issue
Block a user