Merge pull request #713 from sgmap/fix_carto
Carto: display carto only when needed
This commit is contained in:
commit
a308cb7def
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
- if champs.any?
|
||||
= render partial: "champs", locals: { champs: champs }
|
||||
|
||||
- if @dossier.procedure.module_api_carto.present?
|
||||
- if @dossier.procedure.use_api_carto
|
||||
= render partial: "map", locals: { dossier: @dossier }
|
||||
|
||||
- if @dossier.procedure.cerfa_flag? || @dossier.types_de_piece_justificative.any?
|
||||
|
|
Loading…
Reference in a new issue