N°2509 - Change Columns via "Configure this list" show obsolete data though user preferences is "not shown obsolete data"

This commit is contained in:
acognet
2020-04-21 12:45:59 +02:00
parent 0b95dbee7f
commit e1949cd3eb

View File

@@ -53,7 +53,7 @@ $(function()
oParams.operation = 'datatable';
oParams.filter = this.options.sFilter;
oParams.extra_param = this.options.oExtraParams;
oParams.extra_param = JSON.stringify(this.options.oExtraParams);
oParams.start = 0;
oParams.end = this.options.iPageSize;
oParams.select_mode = this.options.sSelectMode;