diff --git a/openslides/motions/static/js/motions/motion-block.js b/openslides/motions/static/js/motions/motion-block.js
index 25fc766d3..1aced4f4e 100644
--- a/openslides/motions/static/js/motions/motion-block.js
+++ b/openslides/motions/static/js/motions/motion-block.js
@@ -49,10 +49,11 @@ angular.module('OpenSlidesApp.motions.motionBlock', [])
// MotionBlock views (list view, create dialog, update dialog)
.factory('MotionBlockForm', [
'$http',
+ 'operator',
'gettextCatalog',
'Agenda',
'AgendaTree',
- function ($http, gettextCatalog, Agenda, AgendaTree) {
+ function ($http, operator, gettextCatalog, Agenda, AgendaTree) {
return {
// Get ngDialog configuration.
getDialog: function (motionBlock) {
diff --git a/openslides/motions/static/templates/motions/motion-list.html b/openslides/motions/static/templates/motions/motion-list.html
index 2b0bb6260..76e43e8df 100644
--- a/openslides/motions/static/templates/motions/motion-list.html
+++ b/openslides/motions/static/templates/motions/motion-list.html
@@ -164,7 +164,7 @@