Browse Source

Revert "feat: reset not routed questions twice to catch newly not routed questions after the first set are cleared"

This reverts commit 3007284670.
pull/2027/head
natdeanlewissoftwire 3 years ago
parent
commit
0ccf0f0fb9
  1. 4
      app/models/log.rb

4
app/models/log.rb

@ -238,9 +238,7 @@ private
def reset_invalidated_dependent_fields!
return unless form
2.times do
form.reset_not_routed_questions_and_invalid_answers(self)
end
form.reset_not_routed_questions_and_invalid_answers(self)
reset_created_by!
end

Loading…
Cancel
Save