Merge branch 'main' into next

This commit is contained in:
Erik Tiekstra
2021-10-13 09:02:27 +02:00

View File

@@ -7,18 +7,19 @@ export const ACTIVE_FEATURES_PROD: Feature[] = [
Feature.ACCESSIBILITY_REPORT, Feature.ACCESSIBILITY_REPORT,
Feature.DELTAGARE, Feature.DELTAGARE,
Feature.AVROP, Feature.AVROP,
Feature.REPORTING,
Feature.LOGGING,
]; ];
export const ACTIVE_FEATURES_TEST: Feature[] = [ export const ACTIVE_FEATURES_TEST: Feature[] = [
Feature.ADMINISTRATION, Feature.ADMINISTRATION,
Feature.MY_ACCOUNT, Feature.MY_ACCOUNT,
Feature.MY_ORGANIZATION,
Feature.ACCESSIBILITY_REPORT,
Feature.DELTAGARE, Feature.DELTAGARE,
Feature.AVROP, Feature.AVROP,
Feature.MY_ORGANIZATION,
Feature.RELEASES,
Feature.VERSION_INFO,
Feature.ACCESSIBILITY_REPORT,
Feature.REPORTING, Feature.REPORTING,
Feature.SENSITIVE_INFORMATION, Feature.SENSITIVE_INFORMATION,
Feature.LOGGING, Feature.RELEASES,
Feature.VERSION_INFO,
]; ];