Problem/Motivation

After I upgrade to D9.1 I have:

Uncaught TypeError: Cannot read property 'html' of undefined
at Drupal.tableDrag.displayColumns (tabledrag.js?v=9.1.0:164)
at Drupal.tableDrag.initColumns (tabledrag.js?v=9.1.0:130)
at new Drupal.tableDrag (tabledrag.js?qlbj72:197)
at initTableDrag (tabledrag.js?v=9.1.0:16)
at tabledrag.js?v=9.1.0:21
at Array.forEach ()
at Object.attach (tabledrag.js?v=9.1.0:20)
at drupal.js?v=9.1.0:27
at Array.forEach ()
at Object.Drupal.attachBehaviors (drupal.js?v=9.1.0:24)

Steps to reproduce

Go to page with table with lines drag ability.

CommentFileSizeAuthor
#8 bugfix.patch1.05 KBklemendev

Issue fork bootstrap-3188251

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

super_romeo created an issue. See original summary.

super_romeo’s picture

Assigned: super_romeo » Unassigned
Status: Active » Needs review

Patch created.

lee.cocklin’s picture

Proposed changes seem to fix the issue in my case (Drupal 9.1.3 and Bootstrap 3.23).

klemendev’s picture

It works for me too. I think this is RTBC. Any maintainer that could push into a release as this probably concerns many websites?

klemendev’s picture

Status: Needs review » Reviewed & tested by the community
klemendev’s picture

klemendev’s picture

StatusFileSize
new1.05 KB

Attaching a patch file for use with composer until this gets merged.

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

markhalliwell’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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

klemendev’s picture

Is a release with this fix planned?