fixes: U4-3717 List view doesn't honor the sort order

This commit is contained in:
perploug
2013-12-04 13:17:55 +01:00
parent bdc0ae7e2f
commit ff34024f39

View File

@@ -33,8 +33,8 @@ function listViewController($rootScope, $scope, $routeParams, $injector, notific
pageSize: 10,
pageNumber: 1,
filter: '',
orderBy: 'Id',
orderDirection: "desc"
orderBy: 'SortOrder',
orderDirection: "asc"
};