Browse Source

CLDC-4365: Make the interruptuon screen notice two thirds

CLDC-4365-reduce-size-of-soft-validation-success-box
samyou-softwire 1 week ago
parent
commit
8128dae473
  1. 1
      app/controllers/form_controller.rb

1
app/controllers/form_controller.rb

@ -25,6 +25,7 @@ class FormController < ApplicationController
updated_question = @page.questions.reject { |question| question.check_answer_label.blank? }.first
updated_question_string = [updated_question&.question_number_string, updated_question&.check_answer_label.to_s.downcase].compact.join(": ")
flash[:notice] = "You have successfully updated #{updated_question_string}"
flash[:notification_banner_two_thirds] = true
end
update_duplication_tracking

Loading…
Cancel
Save