- Issue created by @pooja_sharma
- Merge request !53Issue #3424654: Add Print current page results functionality in view w.r.t. to page → (Open) created by pooja_sharma
- Issue was unassigned.
- Status changed to Needs review
9 months ago 4:12pm 1 March 2024 - 🇮🇳India Kanchan Bhogade
Hi
I've tested MR !53 on Drupal version 10
The patch applied successfully...Testing Steps:
- Install Drupal version
- Install "Entity Print" module
- Create content for any content type like an Article (add 5-6 nodes)
- Create a view for content type and add a pager with 2or3 items.
- Add "Global: print" in the Footer/Header of view display.
- Go to the view, click on the 'View PDF' link, and observe that when you click on page 2 or 3 (and so on) always print the content of page 1, content does not change w.r.t to page
- Apply patch check for the same
Test Result:
Now if click on the 'View PDF' link of any page, can print the content w.r.t. particular page like if click on 2nd page "View PDF" print the 2nd page contentAdded videos for reference
Keeping in need review for the code verification
- Status changed to RTBC
5 months ago 2:02pm 20 June 2024 - 🇧🇷Brazil carolpettirossi Campinas - SP
I applied the MR and it worked perfectly on my case. Moving this to RTBC. Hopefully this can be pushed to the next release.
- Status changed to Needs work
4 months ago 12:24am 31 July 2024 - 🇨🇦Canada tame4tex
Added a comment to the MR as I don't think we should be adding an empty
page
parameter if we don't need to. - Status changed to Needs review
4 months ago 5:30am 31 July 2024 Thanks for suggestion, I have addressed the requested change - no need to add page parameter if empty
Please review , moving NR.