- Issue created by @wahaj-47
- Status changed to Fixed
over 1 year ago 8:58pm 30 July 2023 - Status changed to Fixed
over 1 year ago 5:19am 9 August 2023
There is an issue open on drupal core for allowing tabledrag to be disabled.
https://www.drupal.org/project/drupal/issues/2264739
β¨
Allow multiple field widgets to not use tabledrag
Needs work
The patch works on 9.5.x but doesn't work with custom field because this module is using its own implementation of settingsForm function.
- Apply the core patch
- Create a custom field with cardinality greater than 1
- Field gets rendered with tabledrag enabled
Call the parent function to initialize the $elements variable.
Fixed
1.0
Code