- Issue created by @khiminrm
- π¨π¦Canada joelpittet Vancouver
Maybe itβs not being encoded and/or decoded with urlencode()?
Probably need to step through
- πΊπ¦Ukraine khiminrm
@joelpittet thanks! you was right. I've debugged js and received error in
parseQueryString
in line:
key = decodeURIComponent(pair[0].replace(/\+/g, ' '));
I've created patch to fix that and it looks like it fixes the error.
-
i-trokhanenko β
committed b9899ed5 on 8.x-1.x authored by
khiminrm β
Issue #3512261 by khiminrm, joelpittet: Error when filter's value...
-
i-trokhanenko β
committed b9899ed5 on 8.x-1.x authored by
khiminrm β
- Status changed to Fixed
1 day ago 8:39pm 14 May 2025 Automatically closed - issue fixed for 2 weeks with no activity.