- Issue created by @idebr
- Status changed to Needs review
over 1 year ago 12:52pm 16 June 2023 - π³π±Netherlands idebr
Attached patch restores the ability to display multiple views results in the docx export.
- last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Composer require failure - First commit to issue fork.
- @theemstra opened merge request.
-
theemstra β
committed 3b1e0e04 on 4.0.x
Issue #3367255 by idebr, theemstra: Docx export only shows the first...
-
theemstra β
committed 3b1e0e04 on 4.0.x
- πΊπΈUnited States duckydan
I ran into an issue with this patch. The Views row stuff works great, but the individual fields stopped. I had to use both the previous version of the line changed with this patch, and the new one, to handle both single items and Views row items.
$templateProcessor->cloneBlock('views_row', 0, true, false, $replacements); $templateProcessor->setValues($replacements[0]);
Drupal 10.1.2
PHP 8.1.12