From 65fcd8e9d6a8d9894a831de5987fd5c40ffe3733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Mon, 27 Feb 2017 09:36:21 +0100 Subject: [PATCH] Fixed forms (added missing operator). Also: - Move motion state filter to 2nd filter position (as in detail view). - Open dropdown filter of state and recommendation on left side. --- .../motions/static/js/motions/motion-block.js | 3 +- .../static/templates/motions/motion-list.html | 58 +++++++++---------- openslides/topics/static/js/topics/site.js | 3 +- 3 files changed, 33 insertions(+), 31 deletions(-) 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 @@ State - - - - - Recommendation - - - -