Fixed motion edit url.

This commit is contained in:
Emanuel Schuetze 2016-02-09 23:05:36 +01:00
parent b4cad89939
commit 322957eb7e

View File

@ -92,7 +92,7 @@ angular.module('OpenSlidesApp.motions.site', ['OpenSlidesApp.motions'])
resolve: { resolve: {
motion: function() { motion: function() {
return Motion.find($stateParams.id).then(function(motion) { return Motion.find($stateParams.id).then(function(motion) {
Motion.loadRelations(motion, 'agenda_item'); return Motion.loadRelations(motion, 'agenda_item');
}); });
}, },
}, },