Skip to content

Commit f9cf0be

Browse files
cubercslnickygerritsen
authored andcommitted
fix(printing): regression in printing with UI
Printing in team UI has no longer shown team id and name since 58a630c as the new default parameters break the original behavior.
1 parent 635ee10 commit f9cf0be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webapp/src/Controller/Team/MiscController.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ public function printAction(Request $request): Response
181181
$ret = $this->dj->printUserFile(
182182
$realfile,
183183
$originalfilename,
184-
$langid
184+
$langid,
185+
true
185186
);
186187

187188
return $this->render('team/print_result.html.twig', [

0 commit comments

Comments
 (0)