- First commit to issue fork.
- Merge request !54Issue #3300555: Added Allow printing all views results feature → (Open) created by pooja_sharma
There is issue while applying patch, Raised the MR.
Testing steps:
1. Go to entity print config page: /admin/config/content/entityprint
2. There 'll be new opt "Print all views results" , enabled it & save the form.
3.Create a view that produces more than one result (say, 12 results.)
4. Configure the view to use a pager displaying fewer rows than the total results from Step-1 above (say, 10 results)
5. Add the Global 'Print' area to the header or footer
6. Render the view, click on the 'Print' link and observe that Now all result of page 'll display- Status changed to RTBC
9 months ago 6:53am 6 March 2024 - 🇮🇳India shalini_jha
I have tested this Merge Request (MR), and in the Entity Print module, there is an option called "Print all views results." Once I enable this option and click on "Print PDF," it works fine. +RTBC
- 🇮🇳India Kanchan Bhogade
Hi,
I've tested MR !54 on Drupal 10
Patch applied successfully.....Test Result:
Added the "Print all views result" option and able to print all views.Added screenshots for reference
RTBC++1
- Status changed to Needs review
5 months ago 6:47pm 18 June 2024 - 🇺🇦Ukraine Znak
Hi, everyone
This patch is not working for version 2.13.0 because after applying this patch I had an error and I can't save changes with a selected checkbox. I created a new patch, please, test it - 🇧🇷Brazil carolpettirossi Campinas - SP
I'd like to suggest that the items should be processed in batches. If the views have lots of results, this could result in a max execution timeout.
I agree with @carolpettirossi. We are facing timeout issue of larger results.