chore(admin): can download an uploaded PJ template
This commit is contained in:
parent
42363e0b0d
commit
3e617f34ec
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ class TypesDeChampEditor::ChampComponent < ApplicationComponent
|
||||||
def piece_justificative_template_options
|
def piece_justificative_template_options
|
||||||
{
|
{
|
||||||
attached_file: type_de_champ.piece_justificative_template,
|
attached_file: type_de_champ.piece_justificative_template,
|
||||||
auto_attach_url: helpers.auto_attach_url(type_de_champ)
|
auto_attach_url: helpers.auto_attach_url(type_de_champ),
|
||||||
|
user_can_download: true
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue