From 2748572289c4db6f371ef52d3ec7091566895869 Mon Sep 17 00:00:00 2001 From: Samuel Scandrett Date: Thu, 28 Nov 2024 16:21:53 +0000 Subject: [PATCH] Add settings uuid to report view --- arches/app/views/resource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arches/app/views/resource.py b/arches/app/views/resource.py index a1a82acceb..3d5c256676 100644 --- a/arches/app/views/resource.py +++ b/arches/app/views/resource.py @@ -391,7 +391,7 @@ def add_i18n_to_widget_defaults(widgets): context["nav"]["title"] = "" context["nav"]["menu"] = nav_menu - if resourceid not in (None, ""): + if resourceid not in (None, "", settings.SYSTEM_SETTINGS_RESOURCE_ID): context["nav"]["report_view"] = True if resourceid == settings.RESOURCE_INSTANCE_ID: