Skip to content

Commit

Permalink
Fix schema checks feedback
Browse files Browse the repository at this point in the history
which currently fails to call 'upgrade_run_id' on the
literal string naming the database being upgraded.
  • Loading branch information
ehuelsmann committed Jan 18, 2025
1 parent 80eaa88 commit b21b014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LedgerSMB/Setup/SchemaChecks.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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}
},
{
Expand Down

0 comments on commit b21b014

Please sign in to comment.