Skip to content

Commit

Permalink
Show database and username in consistency screen
Browse files Browse the repository at this point in the history
Fixes #7712
  • Loading branch information
ehuelsmann committed Nov 13, 2023
1 parent 7cfb168 commit 399ace7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/LedgerSMB/Scripts/setup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,9 @@ sub consistency {
$request,
'setup/consistency_results',
{
results => $results
database => $request->{database},
login => $request->{login},
results => $results
});
}

Expand Down

0 comments on commit 399ace7

Please sign in to comment.