From 94cc9a7c1003ad4294f337db114c3dd698f38088 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Wed, 13 Oct 2021 09:02:15 +0200 Subject: [PATCH] Added reporting and logging as active features for prod --- .../mina-sidor-fa/src/environments/active-features.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/apps/mina-sidor-fa/src/environments/active-features.ts b/apps/mina-sidor-fa/src/environments/active-features.ts index a7067dd..953f251 100644 --- a/apps/mina-sidor-fa/src/environments/active-features.ts +++ b/apps/mina-sidor-fa/src/environments/active-features.ts @@ -7,18 +7,19 @@ export const ACTIVE_FEATURES_PROD: Feature[] = [ Feature.ACCESSIBILITY_REPORT, Feature.DELTAGARE, Feature.AVROP, + Feature.REPORTING, + Feature.LOGGING, ]; export const ACTIVE_FEATURES_TEST: Feature[] = [ Feature.ADMINISTRATION, Feature.MY_ACCOUNT, + Feature.MY_ORGANIZATION, + Feature.ACCESSIBILITY_REPORT, Feature.DELTAGARE, Feature.AVROP, - Feature.MY_ORGANIZATION, - Feature.RELEASES, - Feature.VERSION_INFO, - Feature.ACCESSIBILITY_REPORT, Feature.REPORTING, Feature.SENSITIVE_INFORMATION, - Feature.LOGGING, + Feature.RELEASES, + Feature.VERSION_INFO, ];