fixes an important typo in category sort

This commit is contained in:
Finn Stutzenstein 2016-08-19 09:17:28 +02:00
parent ee95af9acc
commit cd1a2735dc

View File

@ -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));
}
);