aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/controllers/routing_constraint_zones_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/routing_constraint_zones_controller.rb b/app/controllers/routing_constraint_zones_controller.rb
index c526e6348..f019b5ea9 100644
--- a/app/controllers/routing_constraint_zones_controller.rb
+++ b/app/controllers/routing_constraint_zones_controller.rb
@@ -16,6 +16,8 @@ class RoutingConstraintZonesController < ChouetteController
referential: current_referential,
line: parent.id
})
+
+ build_breadcrumb :show
end
end