From b21b0145bd4baccac9e31acd527fa84ce54bae6f Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sat, 18 Jan 2025 16:45:19 +0100 Subject: [PATCH] Fix schema checks feedback which currently fails to call 'upgrade_run_id' on the literal string naming the database being upgraded. --- lib/LedgerSMB/Setup/SchemaChecks.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LedgerSMB/Setup/SchemaChecks.pm b/lib/LedgerSMB/Setup/SchemaChecks.pm index a021edbdc6..fb57b63adf 100644 --- a/lib/LedgerSMB/Setup/SchemaChecks.pm +++ b/lib/LedgerSMB/Setup/SchemaChecks.pm @@ -72,7 +72,7 @@ sub _wrap_html { resubmit_action => $request->{resubmit_action}, # note: the line below works because the upgrade # has completed when this wrapper is being run - run_id => $request->{database}->upgrade_run_id, + run_id => $request->{run_id}, title => $failing_check->{title} }, {