fixes: U4-3717 List view doesn't honor the sort order
This commit is contained in:
@@ -33,8 +33,8 @@ function listViewController($rootScope, $scope, $routeParams, $injector, notific
|
||||
pageSize: 10,
|
||||
pageNumber: 1,
|
||||
filter: '',
|
||||
orderBy: 'Id',
|
||||
orderDirection: "desc"
|
||||
orderBy: 'SortOrder',
|
||||
orderDirection: "asc"
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user