Problem/Motivation

pathauto.js uses the drupalSetSummary() function from core but does not depend on core/drupal.form

Proposed resolution

Add a dependency on core/drupal.form

Remaining tasks

Review/commit.

CommentFileSizeAuthor
js-fix.patch262 bytesbenjy

Comments

benjy created an issue. See original summary.

berdir’s picture

Status: Needs review » Fixed

Thanks, committed.

  • Berdir committed dda6601 on 8.x-1.x authored by benjy
    Issue #2868831 by benjy: $(...).drupalSetSummary is not a function
    
berdir’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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

idebr’s picture

Note that this fixes the javascript error, but the script is still not applying its behavior. The issue is being fixed in #2882323: Pathauto vertical tab summary does not apply due to outdated selectors