Export dossiers v2
This commit is contained in:
parent
28e9fca02e
commit
fb0ef15e3c
14 changed files with 424 additions and 11 deletions
|
@ -54,6 +54,13 @@ module ProcedureHelper
|
|||
}
|
||||
end
|
||||
|
||||
def procedure_dossiers_download_path(procedure, format:, version:)
|
||||
download_dossiers_gestionnaire_procedure_path(format: format,
|
||||
procedure_id: procedure.id,
|
||||
tables: [:etablissements],
|
||||
version: version)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
TOGGLES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue