Skip to content

Commit

Permalink
Merge pull request #8606 from ehuelsmann/fix/1.12/schemacheck-run-id
Browse files Browse the repository at this point in the history
Fix schema checks feedback
  • Loading branch information
ehuelsmann authored Jan 18, 2025
2 parents 32649a5 + b21b014 commit d9e1536
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 d9e1536

Please sign in to comment.