Skip to content

Commit

Permalink
fix candidate form that has been consolidated
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoFelipe committed Jun 10, 2024
1 parent 011c33d commit 237a788
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/admissions/filled_form/_candidate_forms.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<% app_forms[:phase_forms].each do |phase_form| %>
<%= render partial: "admissions/filled_form/show_or_edit_filled_form", locals: {
form: form,
may_show_reupload_notice:,
admission_application:,
name: "#{phase.name} (#{phase_form[:name]})",
id: "#{phase_subid}-#{phase_form[:name]}",
Expand All @@ -82,6 +83,7 @@
<% ranking.filled_form.prepare_missing_fields %>
<%= render partial: "admissions/filled_form/show_or_edit_filled_form", locals: {
form: form,
may_show_reupload_notice:,
admission_application:,
name: ranking.ranking_config.name,
id: "ranking-#{ranking.id}",
Expand Down

0 comments on commit 237a788

Please sign in to comment.