Problem/Motivation

web/modules/contrib/image_url_formatter/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php defines an "image_url"

web/core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php also defines an "image_url"

When editing I see that the core's version wins this "race", so this module now doesn't provide anything anymore.

This module's version is better because the URL can be set to absolute.

Steps to reproduce

Proposed resolution

Rename this module's formatter.

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

kaszarobert created an issue. See original summary.

kaszarobert’s picture

Status: Active » Needs review
StatusFileSize
new761 bytes

Here's a patch for renaming this module's formatter.

kaszarobert’s picture

Issue summary: View changes
betarobot’s picture

Well spotted. Patch worked well for me with 9.5.3 core.

keshavv’s picture

Status: Needs review » Reviewed & tested by the community

Working perfect, Thankyou.

urvashi_vora made their first commit to this issue’s fork.

urvashi_vora’s picture

Reviewed and tested the patch, works well for me as well.

LGTM, RTBC++

Committing the changes for helping the maintainer.

keshavv’s picture

g089h515r806’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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