Problem/Motivation

When loading e.g. an article, the comments get lazy loaded, and then the widgets don't get applied. This can be monitored by e.g. calling /node/1 which has an article with a comment field/form. The hook \Drupal\eca_ui\Hook\RenderHooks::pageBottom gets called before \Drupal\eca_form\Hook\TemplateFormHooks::formAlter which is a problem. So, we need to find out why this unexpected execution order happens and what we can do to implement a hook which really gets called right before the response gets returned where we can add libraries and settings.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork eca-3576191

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

jurgenhaas created an issue. See original summary.

jurgenhaas’s picture

Issue summary: View changes

  • jurgenhaas committed 9db958d6 on 3.1.x
    #3576191 TokenTemplate widget doesn't get applied to content loaded...
jurgenhaas’s picture

Status: Active » Fixed

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

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

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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