dossiers: allow auto upload of attachments

This commit is contained in:
Pierre de La Morinerie 2020-03-30 13:34:56 +00:00
parent a1083ca253
commit 6417c0d2c0
22 changed files with 475 additions and 9 deletions

View file

@ -1,4 +1,4 @@
.editable-champ{ class: "editable-champ-#{champ.type_champ}" }
.editable-champ{ class: "editable-champ-#{champ.type_champ}", data: { 'champ-id': champ.id } }
- if champ.repetition?
%h3.header-subsection= champ.libelle
- if champ.description.present?