Merge pull request #8712 from colinux/fix-annotations-privees-auto-numbering

fix(annotations-privees): initialisation de la numérotation automatique
This commit is contained in:
Colin Darie 2023-02-28 17:53:22 +00:00 committed by GitHub
commit ee6e3911cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
.container.dossier-edit .container.dossier-edit
- if dossier.champs_private.present? - if dossier.champs_private.present?
%section %section.counter-start-header-section
= render Attachment::DeleteFormComponent.new = render Attachment::DeleteFormComponent.new
= form_for dossier, url: annotations_instructeur_dossier_path(dossier.procedure, dossier), html: { class: 'form', multipart: true } do |f| = form_for dossier, url: annotations_instructeur_dossier_path(dossier.procedure, dossier), html: { class: 'form', multipart: true } do |f|
- dossier.champs_private.each do |champ| - dossier.champs_private.each do |champ|