Closed (duplicate)
Project:
Entity Print
Version:
8.x-2.11
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Apr 2023 at 15:18 UTC
Updated:
15 Jul 2025 at 09:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lissy commentedComment #3
larowlanPlease try the attached patch and report back.
Thanks!
Comment #4
lissy commentedHI @larowlan
Thanks for the patch, but the code
is already in the version 8.x-2.11.
Comment #5
larowlanI don't think so, check the line numbers, the patch is a diff against 8.x-2.11
Comment #6
kaszarobertI can confirm the patch fixes the issue. You have to use a URL like that:
If you try otherwise with the patch, you get
UnexpectedValueException: Unexpected value for parameter "view_args": expecting "array", got "string". in Drupal\Core\Http\InputBag->all() (line 31 of core/lib/Drupal/Core/Http/InputBag.php).Comment #7
gerzenstl commentedI can confirm patch from #3 works.
I tested in:
* Drupal 10.2.1
* Entity print 8.x-2.13
Comment #8
trickfun commentedPatch #3 works fine.
Thank you
Comment #9
jannakha commentedComment #10
vladimirausThanks everyone. Credits are granted as part of #3487001: "A client error happened" on views HTML debug page when the view has arguments in query params.