Problem/Motivation

If you have a node with a title like "Something & Something Else", and you use the [node:title] token as the value for the ICS summary, then the ICS is outputted with the summary/title "Something & amp ; Something Else". (spaces added so CKEditor does not decode it)

Steps to reproduce

Proposed resolution

We need to run \Drupal\Component\Utility\Html::decodeEntities on the value before setting the summary.

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork ics_field-3591621

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

maskedjellybean created an issue. See original summary.

maskedjellybean’s picture

Issue summary: View changes

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

dkmishra’s picture

Version: 3.0.0 » 3.x-dev
Status: Active » Needs review