Skip to content

Commit

Permalink
Add settings uuid to report view
Browse files Browse the repository at this point in the history
  • Loading branch information
SDScandrettKint committed Nov 28, 2024
1 parent e3aeed2 commit 2748572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/views/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2748572

Please sign in to comment.