- Issue created by @GuillaumePacilly
- 🇫🇷France GuillaumePacilly
Duplicate of https://www.drupal.org/project/field_group/issues/3491233 🐛 Drupal 10.4 RC1 error with field_ui.js Active .
Fixed on 4.x
Since Drupal 10.4.0 release, the ordering of the assets to load on a page relies only on the libraries dependencies definition.
See
https://www.drupal.org/node/3473558 →
.
If required libraries are not properly defined as dependencies, it can result in broken feature.
On one of our project we have an issue with the ordering of fields on form display if using field group.
In the console the following error appears on page load:
If changing the order through drag and drop and save the changes are not saved.
Drupal.fieldUIDisplayOverview does not contain the 'group' rowHandler.
Update to Drupal >= 10.4.0 (for us 10.4.5).
Use field groups in a form display.
Try to order the field by drag and drop and save => order change is not saved.
Add the - field_ui/drupal.field_ui library as dependency instead of attaching it during render. (See MR)
Probably other libraries are affected too and should be properly reviewed.
Active
4.0
Code
Duplicate of
https://www.drupal.org/project/field_group/issues/3491233
🐛
Drupal 10.4 RC1 error with field_ui.js
Active
.
Fixed on 4.x