mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
N°6456 - Empty list when configuring a list and cancel
This commit is contained in:
@@ -267,7 +267,8 @@ $(function () {
|
||||
for (k in this.aDlgStateParams) {
|
||||
this.originalState[this.aDlgStateParams[k]] = this.options[this.aDlgStateParams[k]];
|
||||
}
|
||||
this.originalState.oFields = $('#datatable_dlg_' + this.options.sListId).find(':itop-fieldsorter').fieldsorter('get_params');
|
||||
this.originalState.iDefaultPageSize = $('#datatable_dlg_'+this.options.sListId).find('input[name=page_size]').val();
|
||||
this.originalState.oFields = $('#datatable_dlg_'+this.options.sListId).find(':itop-fieldsorter').fieldsorter('get_params');
|
||||
},
|
||||
_restoreDlgState: function () {
|
||||
var dlgElement = $('#datatable_dlg_' + this.options.sListId);
|
||||
|
||||
Reference in New Issue
Block a user