Problem/Motivation
Like it is described in https://www.drupal.org/project/rest_views/issues/3176391 there are problems with multiple parameters when inside a url in rest view.
Steps to reproduce
Create an rest view of content with images. add a field with formatter "image_url" (Path to image / Pfadangabe zum Bild).
Use focal_image and set a focal point to one image. Use a image display style. Than in url there are two parameters "itok" and "h". The ampersand between the two parameters would be encoded as "\u0026amp;", so the resulting url is incorrect.
Proposed resolution
Use a patch like in other ticket for formatter inside rest_views.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | svg-image-decode-image-url-3337927-2.patch | 927 bytes | internetter |
Comments
Comment #2
internetter commentedHere is the Patch. Inspired from https://www.drupal.org/project/rest_views/issues/3176391#comment-13856401
Comment #3
internetter commentedComment #4
imyaro commentedNice catch! Pushed into the release branch
Comment #6
imyaro commented