- 🇬🇧United Kingdom Alina Basarabeanu
Patch from #14 fixed the issue on Drupal Drupal Version 9.5.10 and entity_print 2.x-dev@dev.
Currently, issue 2860122 doesn't include an option to optimize CSS. - Status changed to Needs work
30 days ago 4:40am 15 July 2025 - 🇦🇺Australia jannakha Brisbane!
thank you for your contribution.
please provide a merge request for easier testing and review. - First commit to issue fork.
- 🇦🇺Australia jannakha Brisbane!
@mrinalini9 thanks for MR
can you please fix CI issues (phpcs etc) Would the progress on this issue make it unnecessay on D10.5.1 to still change in src/PrintBuilder.php
$print_engine->addPage($renderer->generateHtml($entities, $render, $use_default_css, TRUE));
to
$print_engine->addPage($renderer->generateHtml($entities, $render, $use_default_css, FALSE));
?This was the solution for issue 3394857 (comment #5), but after every upgrade of entity print I still have to manually change this setting in order to get all of my commerce_invoice invoices printed with their proper formatting. My latest question in 3394857 about this issue a few weeks ago went unanswered, but maybe the problem is better addressed here?