Problem/Motivation

Modules like Linkit take advantage of Drupal's render pipeline to process WYSIWYG text before it's rendered. By outputing the text with .value we're not running those processes. Therefore some logic won't run when other contrib modules are added.

Steps to reproduce

- Enable and configure Linkit
- Add a Linkit link to the Description field
- Observe it's output as /node/1234 instead of the node alias.

Proposed resolution

Render the field, output it to a new variable, render the variable.

If existing sites have custom templates they should not be affected.

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

froboy created an issue. See original summary.

froboy’s picture

Status: Active » Needs review

  • shuklina committed e18f2183 on 2.0.x authored by froboy
    fix: [#3551912] Update template to render description field
    
shuklina’s picture

Status: Needs review » Fixed

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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