From 25e31625b38e40e5dee701ebbcf8517de37c633f Mon Sep 17 00:00:00 2001 From: Julia Svinareva Date: Tue, 25 Jun 2019 12:18:54 +0300 Subject: [PATCH] [SSE mobile] Fix sort into Add Other --- apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js b/apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js index 55e365117..9305280fe 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js +++ b/apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js @@ -128,7 +128,7 @@ define([ }, onInsertSort: function(type) { - this.api.asc_sortColFilter(type == 'down' ? Asc.c_oAscSortOptions.Ascending : Asc.c_oAscSortOptions.Descending, ''); + this.api.asc_sortColFilter(type == 'down' ? Asc.c_oAscSortOptions.Ascending : Asc.c_oAscSortOptions.Descending, '', undefined, undefined, true); }, onInsertFilter: function(checked) {