From 14baed786b9d2149265598dd1a0d8af7893951e6 Mon Sep 17 00:00:00 2001 From: Jan Romaniak Date: Mon, 13 May 2024 11:58:33 +0200 Subject: [PATCH] fix filtering by rdi --- .../apps/core/field_attributes/core_fields_attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/hct_mis_api/apps/core/field_attributes/core_fields_attributes.py b/backend/hct_mis_api/apps/core/field_attributes/core_fields_attributes.py index a962eea72b..7e9bb652cf 100644 --- a/backend/hct_mis_api/apps/core/field_attributes/core_fields_attributes.py +++ b/backend/hct_mis_api/apps/core/field_attributes/core_fields_attributes.py @@ -1602,7 +1602,7 @@ "choices": [], "associated_with": _HOUSEHOLD, "xlsx_field": "registration_data_import", - "scope": [Scope.TARGETING], + "scope": [Scope.TARGETING, Scope.XLSX_PEOPLE], }, { "id": "e4aa9cdf-2c9e-4e22-9928-2b63a6ea4ef0",