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:
Paul Chavard 2023-03-02 13:01:32 +00:00 committed by GitHub
commit e89e31c66f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -6,5 +6,5 @@
.container
%h1 Configuration des champs
%br
= render Attachment::DeleteFormComponent.new
= render TypesDeChampEditor::EditorComponent.new(revision: @procedure.draft_revision)