Browse Source

more json

pull/95/head
magicmilo 3 years ago
parent
commit
8ba2cd26b3
  1. 3
      Gemfile.lock
  2. 14
      config/forms/2021_2022.json

3
Gemfile.lock

@ -225,6 +225,8 @@ GEM
minitest (5.14.4) minitest (5.14.4)
msgpack (1.4.2) msgpack (1.4.2)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux) nokogiri (1.12.5-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
overcommit (0.58.0) overcommit (0.58.0)
@ -383,6 +385,7 @@ GEM
zeitwerk (2.5.1) zeitwerk (2.5.1)
PLATFORMS PLATFORMS
x86_64-darwin-20
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES

14
config/forms/2021_2022.json

@ -1534,7 +1534,7 @@
}, },
"depends_on": { "first_time_property_let_as_social_housing": "No" } "depends_on": { "first_time_property_let_as_social_housing": "No" }
}, },
"property_vacancy_reason": { "property_vacancy_reason_not_first_let": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -1557,9 +1557,10 @@
"10": "Previous tenant passed away (no succession)" "10": "Previous tenant passed away (no succession)"
} }
} }
} },
"depends_on": { "first_time_property_let_as_social_housing": "No" }
}, },
"property_vacancy_reason": { "property_vacancy_reason_first_let": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -1574,9 +1575,10 @@
"13": "First let of leased property" "13": "First let of leased property"
} }
} }
} },
"depends_on": { "first_time_property_let_as_social_housing": "Yes" }
}, },
"property_number_of_times_relet": { "property_number_of_times_relet_not_social_let": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
@ -1592,7 +1594,7 @@
}, },
"depends_on": { "first_time_property_let_as_social_housing": "No" } "depends_on": { "first_time_property_let_as_social_housing": "No" }
}, },
"property_number_of_times_relet": { "property_number_of_times_relet_social_let": {
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {

Loading…
Cancel
Save