From f16884388e2c403f6338207e3499fd05d2fba286 Mon Sep 17 00:00:00 2001 From: Maximilian Krambach Date: Fri, 26 Apr 2019 12:45:57 +0200 Subject: [PATCH] make comment exportable if readable conditions for the export button: - comment is present and readable for user - comment is not in 'edit' mode --- .../motion-comments/motion-comments.component.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/client/src/app/site/motions/modules/motion-detail/components/motion-comments/motion-comments.component.html b/client/src/app/site/motions/modules/motion-detail/components/motion-comments/motion-comments.component.html index 4d116ef95..b1568168e 100644 --- a/client/src/app/site/motions/modules/motion-detail/components/motion-comments/motion-comments.component.html +++ b/client/src/app/site/motions/modules/motion-detail/components/motion-comments/motion-comments.component.html @@ -1,5 +1,9 @@
- + {{ section.getTitle() }} @@ -21,7 +25,7 @@