Skip to content
Snippets Groups Projects
Commit e58f0712 authored by Taico Aerts's avatar Taico Aerts
Browse files

Allow badge type to be empty

parent 1b63ef0c
1 merge request!78Badge fixes
......@@ -32,7 +32,7 @@
<div class="grid--cell is-6 is-12-sm">
<div class="form-caption">Entity Type</div>
<%= f.select :badge_source_type, options_for_select(@entity_types, selected: []),
{ include_blank: false }, class: 'form-element' %>
{ include_blank: true }, class: 'form-element' %>
</div>
<div class="grid--cell is-6 is-12-sm">
<div class="form-caption">Id of the entity</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment