remove routee? method

This commit is contained in:
Eric Leroy-Terquem 2022-11-04 10:10:57 +01:00
parent cdaaf09fd8
commit aca2775874
17 changed files with 29 additions and 35 deletions

View file

@ -14,7 +14,7 @@
%h2 Formulaire
- champs = @dossier.champs
- if champs.any? || @dossier.procedure.routee?
- if champs.any? || @dossier.procedure.routing_enabled?
= render partial: "shared/dossiers/champs", locals: { champs: champs, dossier: @dossier, demande_seen_at: nil, profile: 'instructeur' }
%h2 Annotations privées