Commit 91efaf5d authored by GoshaZotov's avatar GoshaZotov

fix bug 32458 - Активны обе пиктограммы выбранного направления сортировки при вызове окна Filter

fix bug 32457 -  Сортировка фильтрованного диапазона осуществляется только один раз и всегда по убыванию
parent 86e43119
......@@ -347,6 +347,11 @@ var c_oAscPopUpSelectorType = {
var prot;
window['Asc'] = window['Asc'] || {};
window['Asc']['c_oAscSortOptions'] = window['Asc'].c_oAscSortOptions = c_oAscSortOptions;
prot = c_oAscSortOptions;
prot['Ascending'] = prot.Ascending;
prot['Descending'] = prot.Descending;
prot['ByColorFill'] = prot.ByColorFill;
prot['ByColorFont'] = prot.ByColorFont;
window['Asc']['c_oAscConfirm'] = window['Asc'].c_oAscConfirm = c_oAscConfirm;
prot = c_oAscConfirm;
prot['ConfirmReplaceRange'] = prot.ConfirmReplaceRange;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment