fix(export.pdf): expert should not have access to messagerie when it was disabled
This commit is contained in:
parent
84f995bd47
commit
f4d2f1ddf5
7 changed files with 11 additions and 8 deletions
|
@ -92,7 +92,7 @@ module Users
|
|||
respond_to do |format|
|
||||
format.pdf do
|
||||
@dossier = dossier_with_champs(pj_template: false)
|
||||
@acls = pj_service.acl_for_dossier_export
|
||||
@acls = pj_service.acl_for_dossier_export(@dossier.procedure)
|
||||
render(template: 'dossiers/show', formats: [:pdf])
|
||||
end
|
||||
format.all do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue