ajustement pour PJ attestation
This commit is contained in:
parent
2a955a0f8c
commit
dbacbd8ae2
2 changed files with 4 additions and 3 deletions
|
@ -54,7 +54,7 @@ class Attachment::EditComponent < ApplicationComponent
|
|||
end
|
||||
|
||||
def destroy_attachment_path
|
||||
attachment_path(dossier_id: champ&.dossier_id, stable_id: champ&.stable_id, row_id: champ&.row_id, auto_attach_url: @auto_attach_url, view_as: @view_as)
|
||||
attachment_path(dossier_id: champ&.dossier_id, stable_id: champ&.stable_id, row_id: champ&.row_id, auto_attach_url: @auto_attach_url, view_as: @view_as, direct_upload: @direct_upload)
|
||||
end
|
||||
|
||||
def attachment_input_class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue