mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2509 - Change Columns via "Configure this list" show obsolete data though user preferences is "not shown obsolete data"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user