fix specs
This commit is contained in:
parent
6b1c80ebc9
commit
4fdcce45c5
7 changed files with 4 additions and 29 deletions
|
@ -103,7 +103,7 @@
|
|||
selected: @procedure.tags,
|
||||
disabled: [],
|
||||
label: 'Tags',
|
||||
group: '.procedure-form__column--form',
|
||||
group: '.procedure_tags_combo',
|
||||
name: 'tags',
|
||||
describedby: 'procedure-tags',
|
||||
acceptNewValues: true)
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
= render NestedForms::FormOwnerComponent.new
|
||||
= form_for @procedure,
|
||||
url: url_for({ controller: 'administrateurs/procedures', action: :update, id: @procedure.id }),
|
||||
html: { class: 'form', multipart: true } do |f|
|
||||
html: { class: 'form procedure_tags_combo', multipart: true } do |f|
|
||||
.fr-container
|
||||
.fr-grid-row
|
||||
.fr-col-12.fr-col-offset-sm-2.fr-col-sm-8
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
= render NestedForms::FormOwnerComponent.new
|
||||
= form_for @procedure,
|
||||
url: url_for({ controller: 'administrateurs/procedures', action: :create, id: @procedure.id }),
|
||||
html: { class: 'form', multipart: true } do |f|
|
||||
html: { class: 'form procedure_tags_combo', multipart: true } do |f|
|
||||
.fr-container
|
||||
.fr-grid-row
|
||||
.fr-col-12.fr-col-offset-sm-2.fr-col-sm-8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue