Skip to content

Commit b595f9b

Browse files
ottenhoffMiguel Pellicer
authored and
Miguel Pellicer
committed
SAK-42011 revert to previous sorting behavior: ascending via due date (sakaiproject#7057)
1 parent 79d1f81 commit b595f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samigo/samigo-app/src/webapp/jsf/select/selectIndex_content.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"paging": true,
6969
"lengthMenu": [[5, 10, 20, 50, 100, 200, -1], [5, 10, 20, 50, 100, 200, viewAllText]],
7070
"pageLength": 20,
71-
"aaSorting": [[2, "desc"]],
71+
"aaSorting": [[2, "asc"]],
7272
"columns": [
7373
{"bSortable": true, "bSearchable": true, "type": "span"},
7474
{"bSortable": true, "bSearchable": false},

0 commit comments

Comments
 (0)