Skip to content
Snippets Groups Projects

Issue #3367255 by idebr, theemstra: Docx export only shows the first result after update

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -87,7 +87,7 @@ class Docx implements EncoderInterface {
}
array_push($replacements, $fields);
}
$templateProcessor->setValues($replacements[0]);
$templateProcessor->cloneBlock('views_row', 0, true, false, $replacements);
ob_start();
$templateProcessor->saveAs('php://output');
Loading