remove previous routing sytem code

This commit is contained in:
Eric Leroy-Terquem 2023-06-12 22:00:41 +02:00
parent 30f6aaed34
commit 7598b0a513
14 changed files with 0 additions and 99 deletions

View file

@ -17,7 +17,6 @@ features = [
:dossier_pdf_vide,
:hide_instructeur_email,
:procedure_routage_api,
:routing_rules,
:groupe_instructeur_api_hack,
:rerouting
]

View file

@ -31,7 +31,6 @@ en:
declarative_with_state/en_instruction: Instruction
declarative_with_state/accepte: Accepted
api_particulier_token: Token API Particulier
routing_criteria_name: Routing criteria name
initiated_mail: File sorted for processing notification email
received_mail: File submitted notification email
closed_mail: File sorted as accepted notification email

View file

@ -37,7 +37,6 @@ fr:
declarative_with_state/en_instruction: En instruction
declarative_with_state/accepte: Accepté
api_particulier_token: Jeton API Particulier
routing_criteria_name: Nomination du routage
initiated_mail: Lemail de notification de passage de dossier en instruction
received_mail: Lemail de notification de dépôt de dossier
closed_mail: Lemail de notification dacceptation de dossier

View file

@ -542,7 +542,6 @@ Rails.application.routes.draw do
get 'simple_routing'
post 'create_simple_routing'
delete 'destroy_all_groups_but_defaut'
patch 'update_routing_criteria_name'
patch 'update_instructeurs_self_management_enabled'
post 'import'
get 'export_groupe_instructeurs'