From 77135a98dcf4bc9764a33e37c0a0043e27162cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Menou?= Date: Wed, 18 Sep 2024 17:05:38 +0200 Subject: [PATCH] Correction affichage ressource GTFS (#4197) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit La validation NeTEx a fait quelques changements cassants dans un template utilisé pour l'affichage des ressources. Je n'avais pas retesté ce cas (pourtant fort banal). Fixes #4196. --- .../transport_web/templates/resource/gtfs_details.html.heex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/transport/lib/transport_web/templates/resource/gtfs_details.html.heex b/apps/transport/lib/transport_web/templates/resource/gtfs_details.html.heex index c49e46183f..f633872654 100644 --- a/apps/transport/lib/transport_web/templates/resource/gtfs_details.html.heex +++ b/apps/transport/lib/transport_web/templates/resource/gtfs_details.html.heex @@ -103,7 +103,8 @@ associated_netex = get_associated_netex(@related_files) %> issues: @issues, conn: @conn, data_vis: @data_vis, - token: nil + token: nil, + validator: Transport.Validators.GTFSTransport ) %>