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.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | bugfix.patch | 1.05 KB | klemendev |
Issue fork bootstrap-3188251
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
Comment #3
super_romeo commentedPatch created.
Comment #4
lee.cocklin commentedProposed changes seem to fix the issue in my case (Drupal 9.1.3 and Bootstrap 3.23).
Comment #5
klemendev commentedIt works for me too. I think this is RTBC. Any maintainer that could push into a release as this probably concerns many websites?
Comment #6
klemendev commentedComment #7
klemendev commentedI think this is also duplicate of: https://www.drupal.org/project/bootstrap/issues/3189928
Comment #8
klemendev commentedAttaching a patch file for use with composer until this gets merged.
Comment #11
markhalliwellComment #14
klemendev commentedIs a release with this fix planned?