Skip to content

Commit

Permalink
Merge pull request #5223 from FireLemons/javascript_overhaul
Browse files Browse the repository at this point in the history
Require Contact Medium on the Case Contact Form
  • Loading branch information
FireLemons authored Sep 23, 2023
2 parents 470c61c + 0df1497 commit 34e1e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/case_contacts/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<h5 classs="mb-3"><%= form.label :medium_type, "b. Contact Medium" %></h5>
<%= form.collection_radio_buttons(:medium_type, contact_mediums, 'value', 'label') do |b| %>
<div class="form-check radio-style mb-20">
<%= b.radio_button(class: "form-check-input") %>
<%= b.radio_button(class: "form-check-input", required: true) %>
<%= b.label(class: "form-check-label") %>
</div>
<% end %>
Expand Down

0 comments on commit 34e1e83

Please sign in to comment.