Browse Source

Fix value mapping for tenancy type 22/23

pull/578/head
baarkerlounger 3 years ago
parent
commit
608fb1f555
  1. 8
      config/forms/2022_2023.json

8
config/forms/2022_2023.json

@ -994,7 +994,7 @@
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"1": { "4": {
"value": "Assured Shorthold Tenancy (AST) - Fixed term" "value": "Assured Shorthold Tenancy (AST) - Fixed term"
}, },
"6": { "6": {
@ -1041,7 +1041,7 @@
"hint_text": "This is also known as an ‘introductory period’.", "hint_text": "This is also known as an ‘introductory period’.",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"1": { "4": {
"value": "Assured Shorthold Tenancy (AST) - Fixed term" "value": "Assured Shorthold Tenancy (AST) - Fixed term"
}, },
"6": { "6": {
@ -6297,7 +6297,7 @@
"label": true, "label": true,
"i18n_template": "la" "i18n_template": "la"
}, },
{ {
"key": "soft_min_for_period", "key": "soft_min_for_period",
"label": false, "label": false,
"i18n_template": "soft_min_for_period" "i18n_template": "soft_min_for_period"
@ -6336,7 +6336,7 @@
"label": true, "label": true,
"i18n_template": "la" "i18n_template": "la"
}, },
{ {
"key": "soft_max_for_period", "key": "soft_max_for_period",
"label": false, "label": false,
"i18n_template": "soft_max_for_period" "i18n_template": "soft_max_for_period"

Loading…
Cancel
Save