From c0ded6f32ebf88c5734c61c25e5f021d4dcb57e9 Mon Sep 17 00:00:00 2001 From: GabrielMeyer Date: Mon, 9 Sep 2019 19:12:23 +0200 Subject: [PATCH] Adds a variable to hide the motion-text on projector --- .../motion/motion-slide.component.html | 4 ++-- .../motions/motion/motion-slide.component.ts | 3 +++ openslides/motions/config_variables.py | 20 ++++++++++++++----- openslides/motions/projector.py | 4 +++- 4 files changed, 23 insertions(+), 8 deletions(-) diff --git a/client/src/app/slides/motions/motion/motion-slide.component.html b/client/src/app/slides/motions/motion/motion-slide.component.html index 262223356..3a99bfea6 100644 --- a/client/src/app/slides/motions/motion/motion-slide.component.html +++ b/client/src/app/slides/motions/motion/motion-slide.component.html @@ -35,7 +35,7 @@
- {{ preamble | translate }} + {{ preamble | translate }} @@ -51,7 +51,7 @@
-
+
diff --git a/client/src/app/slides/motions/motion/motion-slide.component.ts b/client/src/app/slides/motions/motion/motion-slide.component.ts index 64fbdbdb2..86dfe4681 100644 --- a/client/src/app/slides/motions/motion/motion-slide.component.ts +++ b/client/src/app/slides/motions/motion/motion-slide.component.ts @@ -324,6 +324,9 @@ export class MotionSlideComponent extends BaseMotionSlideComponent