Skip to content

Commit

Permalink
Merge pull request #8607 from ehuelsmann/fix/1.11/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 cf784e5 + f80aa56 commit 818b6dc
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 @@ -71,7 +71,7 @@ sub _wrap_html {
action_url => $request->{_uri}->as_string,
# 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},
});

$template = $request->{_wire}->get('ui');
Expand Down

0 comments on commit 818b6dc

Please sign in to comment.