fixes an important typo in category sort
This commit is contained in:
parent
ee95af9acc
commit
cd1a2735dc
@ -1098,7 +1098,7 @@ angular.module('OpenSlidesApp.motions.site', ['OpenSlidesApp.motions'])
|
||||
return Motion.lastModified();
|
||||
},
|
||||
function () {
|
||||
$scope.items = MotionList.getTree(Motion.filter($scope.filter));
|
||||
$scope.items = MotionList.getList(Motion.filter($scope.filter));
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user