Problem/Motivation

we noticed that token replacement outputs are double escaped.. ie, we have these values in the field:

d'api
d'abeille

and after the SF push, we have this in SF:

d'api
d'abeille

Proposed resolution

see https://www.drupal.org/node/3232491

CommentFileSizeAuthor
#4 3449086-4.patch808 bytesdejan0

Comments

dejan0 created an issue. See original summary.

dejan0’s picture

Issue summary: View changes
dejan0’s picture

Issue summary: View changes
dejan0’s picture

Status: Active » Needs review
StatusFileSize
new808 bytes

please find the patch attached

aaronbauman’s picture

Status: Needs review » Needs work

I'm not sure it makes sense to change behavior of this field plugin, which is already widely in use.

May be more appropriate to add a setting, or a new field plugin altogether.