Browse Source

Can remove validation on individual questions since we are only checking them as a whole in fact_sheet_e_error

pull/170/head
ariannedee 5 years ago
parent
commit
06426ba201
1 changed files with 6 additions and 18 deletions
  1. +6
    -18
      edivorce/fixtures/Question.json

+ 6
- 18
edivorce/fixtures/Question.json View File

@ -970,9 +970,7 @@
"name": "Unusual or excessive debts",
"description": "For Step 6, Your children - Payor & fact sheets - Fact Sheet E - Undue hardship",
"summary_order": 91,
"required": "Conditional",
"conditional_target": "determine_missing_undue_hardship_reasons",
"reveal_response": "True"
"required": ""
},
"model": "core.question",
"pk": "claimant_debts"
@ -982,9 +980,7 @@
"name": "Unusually high expenses for parenting time, contact with, or access to a child.",
"description": "For Step 6, Your children - Payor & fact sheets - Fact Sheet E - Undue hardship",
"summary_order": 92,
"required": "Conditional",
"conditional_target": "determine_missing_undue_hardship_reasons",
"reveal_response": "True"
"required": ""
},
"model": "core.question",
"pk": "claimant_expenses"
@ -994,9 +990,7 @@
"name": "Supporting another person",
"description": "For Step 6, Your children - Payor & fact sheets - Fact Sheet E - Undue hardship",
"summary_order": 93,
"required": "Conditional",
"conditional_target": "determine_missing_undue_hardship_reasons",
"reveal_response": "True"
"required": ""
},
"model": "core.question",
"pk": "supporting_non_dependents"
@ -1006,9 +1000,7 @@
"name": "Supporting dependent child/children from another relationship.",
"description": "For Step 6, Your children - Payor & fact sheets - Fact Sheet E - Undue hardship",
"summary_order": 94,
"required": "Conditional",
"conditional_target": "determine_missing_undue_hardship_reasons",
"reveal_response": "True"
"required": ""
},
"model": "core.question",
"pk": "supporting_dependents"
@ -1018,9 +1010,7 @@
"name": "Support for a disabled or ill person.",
"description": "For Step 6, Your children - Payor & fact sheets - Fact Sheet E - Undue hardship",
"summary_order": 95,
"required": "Conditional",
"conditional_target": "determine_missing_undue_hardship_reasons",
"reveal_response": "True"
"required": ""
},
"model": "core.question",
"pk": "supporting_disabled"
@ -1030,9 +1020,7 @@
"name": "Other undue hardship circumstances",
"description": "For Step 6, Your children - Payor & fact sheets - Fact Sheet E - Undue hardship",
"summary_order": 96,
"required": "Conditional",
"conditional_target": "determine_missing_undue_hardship_reasons",
"reveal_response": "True"
"required": ""
},
"model": "core.question",
"pk": "undue_hardship"


Loading…
Cancel
Save