From 290a57624048f07786cb3e91940bd0032a03c0af Mon Sep 17 00:00:00 2001 From: Michael Bromley Date: Fri, 26 Apr 2019 09:59:17 +0200 Subject: [PATCH] feat(admin-ui): Add UI controls for private Facets Relates to #80 --- .../facet-detail/facet-detail.component.html | 15 +++++++++++-- .../facet-detail/facet-detail.component.scss | 4 ++++ .../facet-detail/facet-detail.component.ts | 22 +++++++++++++++---- .../facet-list/facet-list.component.html | 9 +++++++- .../providers/routing/facet-resolver.ts | 1 + .../utilities/flatten-facet-values.spec.ts | 3 +++ .../app/data/definitions/facet-definitions.ts | 1 + .../app/data/providers/facet-data.service.ts | 4 ++-- 8 files changed, 50 insertions(+), 9 deletions(-) diff --git a/admin-ui/src/app/catalog/components/facet-detail/facet-detail.component.html b/admin-ui/src/app/catalog/components/facet-detail/facet-detail.component.html index 64d3fcfdcb..db4ae1531b 100644 --- a/admin-ui/src/app/catalog/components/facet-detail/facet-detail.component.html +++ b/admin-ui/src/app/catalog/components/facet-detail/facet-detail.component.html @@ -11,7 +11,7 @@