From f89fa61e179a3b49a61c60799abc419e2779f5f2 Mon Sep 17 00:00:00 2001 From: TDeSain Date: Tue, 19 Nov 2024 19:06:12 -0500 Subject: [PATCH] Update application-bdc.properties with dashboard and filtering configs - Added `dashboard.enable.bdc_hack` property - Added `dashboard.layout.type` property - Moved `filtering.unfilterable_concepts` property - Ensured newline at end of file --- src/main/resources/application-bdc.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-bdc.properties b/src/main/resources/application-bdc.properties index 00405c0..8d0ce92 100644 --- a/src/main/resources/application-bdc.properties +++ b/src/main/resources/application-bdc.properties @@ -6,5 +6,8 @@ spring.datasource.username=${DATASOURCE_USERNAME} server.port=80 dashboard.enable.extra_details=true +dashboard.enable.bdc_hack=true +dashboard.layout.type=bdc + +filtering.unfilterable_concepts=stigmatized -filtering.unfilterable_concepts=stigmatized \ No newline at end of file