chore(coldwired): data-turbo-force needs to be explicit
This commit is contained in:
parent
74cb7446ea
commit
c040cf5a65
10 changed files with 9 additions and 10 deletions
|
@ -45,7 +45,7 @@
|
|||
= t('.action_choice')
|
||||
- @api_token.allowed_procedures.each do |procedure|
|
||||
= f.hidden_field :allowed_procedure_ids, value: procedure.id, multiple: true, id: dom_id(procedure, :allowed_procedure)
|
||||
.flex.justify-between.align-center{ 'data-turbo-force': true }
|
||||
.flex.justify-between.align-center{ 'data-turbo-force': :server }
|
||||
= f.select :allowed_procedure_ids, procedures_to_allow_options, {prompt: t('.prompt_choose_procedure')}, { class: 'no-margin width-66 small', name: "api_token[allowed_procedure_ids][]" }
|
||||
= f.button type: :submit, class: "fr-btn fr-btn--secondary" do
|
||||
= t('.add')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue