From 291a3b35e8631509fec33ed4a1ff3d42bd3b0bd3 Mon Sep 17 00:00:00 2001 From: Sean Engelhardt Date: Thu, 8 Aug 2019 16:22:33 +0200 Subject: [PATCH] Show subcategory in detail for every permission Shows subcat. withoug manage rights Hide empty recommendation field if the user cannot manage it --- .../motion-detail.component.html | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html b/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html index 796e41c5b..e2f7df425 100644 --- a/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html +++ b/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html @@ -267,7 +267,11 @@
- @@ -280,7 +284,7 @@
-
+
- {{ motion.category.prefixedNameWithParents }} +
+
+ {{ motion.category.parent }} +
+ {{ 'Subcategory' | translate }}: + {{ motion.category }} +
@@ -761,7 +771,12 @@
- +