Commit 1f66d255 authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Z.J. van de Weg

Sends checkbox parameters as boolean

parent c3a1c47a
......@@ -6,7 +6,7 @@
.col-sm-10
.checkbox
= f.label :create_chat_team do
= f.check_box :create_chat_team, checked: @group.chat_team
= f.check_box(:create_chat_team, { checked: @group.chat_team }, 'true', 'false')
Link the group to a new Mattermost team
.form-group
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment