From 0c020323b4b818f29ab814ef73e35d89ffc408ab Mon Sep 17 00:00:00 2001 From: MadeTech Dushan Date: Fri, 11 Feb 2022 10:40:16 +0000 Subject: [PATCH] remove don't know option --- app/models/constants/case_log.rb | 1 - config/forms/2021_2022.json | 3 --- 2 files changed, 4 deletions(-) diff --git a/app/models/constants/case_log.rb b/app/models/constants/case_log.rb index 3a2593314..b32c7ee04 100644 --- a/app/models/constants/case_log.rb +++ b/app/models/constants/case_log.rb @@ -1074,7 +1074,6 @@ module Constants::CaseLog "Yes" => 0, "No" => 1, "Tenant prefers not to say" => 2, - "Don’t know" => 3, }.freeze HAS_BENEFITS_OPTIONS = ["Housing benefit", diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 6f8c9efc3..551e7491d 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -3251,9 +3251,6 @@ "value": true }, "2": { - "value": "Don’t know" - }, - "3": { "value": "Tenant prefers not to say" } }