Commit d9696888 authored by Sven Franck's avatar Sven Franck

bugfix: descending declared on all sorts

parent f4e20019
......@@ -2117,7 +2117,7 @@
case "asc_123":
case "asc_abc":
if (column && in_array === undefined) {
state.query.sort_on.push([column, "descending"]);
state.query.sort_on.push([column, "ascending"]);
}
break;
default:
......
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