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 b6c651eb on 3.0.x authored by froboy
    fix: [#3551566] Render description field and update template
    
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.