From 18b466ab2715ad0d465b5ca82d356f6ae840c2e8 Mon Sep 17 00:00:00 2001 From: NogaNHS <127490765+NogaNHS@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:30:35 +0000 Subject: [PATCH] [PRMP-1627] Enable bulk upload send to review in pre-prod and prod configurations Signed-off-by: NogaNHS <127490765+NogaNHS@users.noreply.github.com> --- infrastructure/modules/app_config/configurations/pre-prod.json | 2 +- infrastructure/modules/app_config/configurations/prod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/modules/app_config/configurations/pre-prod.json b/infrastructure/modules/app_config/configurations/pre-prod.json index 64044217..8c6295c4 100644 --- a/infrastructure/modules/app_config/configurations/pre-prod.json +++ b/infrastructure/modules/app_config/configurations/pre-prod.json @@ -57,7 +57,7 @@ "enabled": "true" }, "bulkUploadSendToReviewEnabled": { - "enabled": "false" + "enabled": "true" }, "documentCorrectEnabled": { "enabled": "false" diff --git a/infrastructure/modules/app_config/configurations/prod.json b/infrastructure/modules/app_config/configurations/prod.json index 64044217..8c6295c4 100644 --- a/infrastructure/modules/app_config/configurations/prod.json +++ b/infrastructure/modules/app_config/configurations/prod.json @@ -57,7 +57,7 @@ "enabled": "true" }, "bulkUploadSendToReviewEnabled": { - "enabled": "false" + "enabled": "true" }, "documentCorrectEnabled": { "enabled": "false"