Merge pull request #8725 from mfo/US/fix-change-pj
correctif(admin/procedures#champs): ajoute le formulaire pour supprimer une PJ
This commit is contained in:
commit
e89e31c66f
2 changed files with 2 additions and 2 deletions
|
@ -6,5 +6,5 @@
|
|||
.container
|
||||
%h1 Configuration des annotations privées
|
||||
%br
|
||||
|
||||
= render Attachment::DeleteFormComponent.new
|
||||
= render TypesDeChampEditor::EditorComponent.new(revision: @procedure.draft_revision, is_annotation: true)
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
.container
|
||||
%h1 Configuration des champs
|
||||
%br
|
||||
|
||||
= render Attachment::DeleteFormComponent.new
|
||||
= render TypesDeChampEditor::EditorComponent.new(revision: @procedure.draft_revision)
|
||||
|
|
Loading…
Reference in a new issue