Browse Source

Add card number to question

pull/2236/head
Rachael Booth 2 years ago
parent
commit
d5f1be3712
  1. 1
      app/models/form/lettings/questions/reasonother_value_check.rb

1
app/models/form/lettings/questions/reasonother_value_check.rb

@ -5,6 +5,7 @@ class Form::Lettings::Questions::ReasonotherValueCheck < ::Form::Question
@check_answer_label = "Reason other confirmation"
@header = "Are you sure this doesn’t fit an existing category?"
@type = "interruption_screen"
@check_answers_card_number = 0
@answer_options = ANSWER_OPTIONS
@hidden_in_check_answers = { "depends_on" => [{ "reasonother_value_check" => 0 }, { "reasonother_value_check" => 1 }] }
end

Loading…
Cancel
Save