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

Comments

Internetter created an issue. See original summary.

internetter’s picture

internetter’s picture

Status: Active » Needs review
imyaro’s picture

Nice catch! Pushed into the release branch

  • imyaro committed 7f6db27e on 8.x-1.x
    Issue #3337927 by Internetter: Image links with multiple query...
imyaro’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.