File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ angular.module('mm.addons.mod_data')
4848
4949 $scope . search = {
5050 sortBy : "0" ,
51- sortDirection : "ASC " ,
51+ sortDirection : "DESC " ,
5252 page : 0 ,
5353 text : "" ,
5454 searching : false ,
@@ -386,7 +386,7 @@ angular.module('mm.addons.mod_data')
386386 // Reset all search filters and closes the modal.
387387 $scope . searchReset = function ( ) {
388388 $scope . search . sortBy = "0" ;
389- $scope . search . sortDirection = "ASC " ;
389+ $scope . search . sortDirection = "DESC " ;
390390 $scope . search . text = "" ;
391391 $scope . search . advanced = { } ;
392392 $scope . search . searchingAdvanced = false ;
Original file line number Diff line number Diff line change 2525 padding : 0 ;
2626 }
2727
28- td {
28+ td , th {
2929 @extend .col ;
3030 }
3131}
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ angular.module('mm.addons.mod_data')
315315 perpage : perPage || mmaModDataPerPage ,
316316 groupid : groupId || 0 ,
317317 sort : sort || "0" ,
318- order : order || "ASC "
318+ order : order || "DESC "
319319 } ,
320320 preSets = {
321321 cacheKey : getEntriesCacheKey ( dataId , groupId )
You can’t perform that action at this time.
0 commit comments