Skip to content

Commit

Permalink
Merge pull request #8605 from ehuelsmann/fix/master/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 cef0a74 + aa60269 commit d61127b
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 d61127b

Please sign in to comment.