- Merge request !5Issue #3091319: Notice: Undefined index: mode in _ds_field_ui_table_layouts() โ (Closed) created by fmb
- ๐ฆ๐บAustralia acbramley
This still needs a backport to 8.x-3.x, here's a reroll.
EDIT: Hmm seems vim messed up the indentation, can just be fixed on commit :)
- ๐ณ๐ฑNetherlands MLZR Zutphen
Hello, I have the site + environment updated and all modules new installed. This problem occurred again (see #25) and again I applied the patch #14. This works (again).. top.
the environment now is PHP 8.1, Drupal 9.5.2, and Bootstrap 8.x-3.25 - DS 8.x-3.15 new installed (so I had to patch again)
- ๐ง๐ชBelgium tvb
Patch #34 fixes the issue.
Drupal 9.5.2 | PHP 8.1.13 | DS 8.x-3.15 | bootstrap5 3.0.3
- ๐ฎ๐ณIndia khanz
Warning: Undefined array key "#type" in _ds_field_ui_table_layouts()
Was getting a similar error with Drupal - 9.5.10 and PHP - 8.1.21, which goes away after applying patch #34. Can a new version be released with the above patch?
- ๐ฆ๐บAustralia jannakha Brisbane!
it looks like it was merged into v5, but not released for v3
if you're on v3 - use a patch #14 (which is the same as patch #34) - ๐ซ๐ทFrance mupsi
Can confirm I had the notice on a Drupal 10.1.7 instance with DS 3.15, after a migration from 9.5.11. Patch in #14 ๐ Notice: Undefined index: #type in _ds_field_ui_table_layouts() Fixed fixed it for me :)
- ๐จ๐ฆCanada leducdubleuet Chicoutimi QC
This issue is marked as fixed but the patch is still not included in the new 8.x-3.16 version.
The status should be RTBC and this needs to be included in a new release please.
Thank you!
- ๐ง๐ชBelgium swentel
Just committed that to 8.x-3.x as well - will come up in a new release with more fixes for D10.1 and higher (plus hopefully some stuff I've done in 5.0.x which are easy to backport)
- ๐ฌ๐งUnited Kingdom entropea
Just a heads up... If I select "No display" to avoid this error, the "Expert" field formatter settings are not saved and there is no error message. Just in case anyone comes across this. Patch #14 worked on 10.1 for me.