fix(attachment): keep direct_upload behavior in poll url

Co-Authored-By: Christophe Robillard <christophe.robillard@beta.gouv.fr>
This commit is contained in:
Colin Darie 2023-09-20 16:52:30 +02:00 committed by krichtof
parent c121a8b2dc
commit 44578ba65c
3 changed files with 3 additions and 2 deletions

View file

@ -83,7 +83,7 @@ class Attachment::EditComponent < ApplicationComponent
if champ.present?
auto_attach_url
else
attachment_path(user_can_edit: true, view_as: @view_as, auto_attach_url: @auto_attach_url)
attachment_path(user_can_edit: true, view_as: @view_as, auto_attach_url: @auto_attach_url, direct_upload: @direct_upload)
end
end