From f7b3a6a7dc531f3124869f051e9ac3e578b03a77 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 17 Jan 2026 17:09:30 -0600 Subject: [PATCH] Fix graph page crash - use @current_organization instead of @organization Fixed KeyError on graph show page where template was referencing @organization.slug instead of @current_organization.slug --- lib/towerops_web/live/graph_live/show.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/towerops_web/live/graph_live/show.html.heex b/lib/towerops_web/live/graph_live/show.html.heex index b7de4cd8..6fc7ac23 100644 --- a/lib/towerops_web/live/graph_live/show.html.heex +++ b/lib/towerops_web/live/graph_live/show.html.heex @@ -9,7 +9,7 @@
<.link - navigate={~p"/orgs/#{@organization.slug}/devices/#{@device_id}"} + navigate={~p"/orgs/#{@current_organization.slug}/devices/#{@device_id}"} class="text-zinc-600 hover:text-zinc-900 dark:text-zinc-400 dark:hover:text-zinc-100" > <.icon name="hero-arrow-left" class="h-5 w-5" />