- Issue created by @almunnings
- π©πͺGermany chr.fritsch π©πͺπͺπΊπ
I am facing the same with field_group 3.x. It's because of this change in core https://www.drupal.org/node/3473558 β .
I already found out how to fix it and will provide a MR.
Patch works for me.
Fixed the same exception in the form-edit view when drag- and dropping.I think the
field_ui
module should be added to the module dependencies.- π©πͺGermany chr.fritsch π©πͺπͺπΊπ
No, on production sites you don't need field_ui, because you don't change the forms displays. But you still need field_group to view the form displays.
- πΊπΈUnited States mlncn Minneapolis, MN, USA
Extremely straightforward and fixes a major problem. Agreed on the RTBC.
- π§π·Brazil fuchoa
fuchoa β changed the visibility of the branch 3491233-drupal-10.4-rc1 to hidden.
- π―π΄Jordan Rajab Natshah Jordan
rajab natshah β changed the visibility of the branch 3491233-drupal-10.4-rc1 to active.
- π«π·France lifelifeone
Hello :)
We had the same problem on one of our projects.
Core version 10.4.1
PHP version: 8.3Field Group version: 3.6.0
Here's a small patch to quickly solve the problem.
- π§π·Brazil joaopauloc.dev
+1 for RTBC
Worked well for me too.
Core version 10.4.1
PHP version: 8.3
Field Group version: 3.6.0 - πΊπΈUnited States justcaldwell Austin, Texas
Another +1 for RTBC: Drupal 10.4.1, Field Group 8.x.-3.6
- First commit to issue fork.
- πΊπΈUnited States dalemoore
+1 on the patch fix correcting the issue for me. Couldn't drag anything into disabled area is what made me notice.
- Status changed to RTBC
2 months ago 4:21pm 6 February 2025 - π§πͺBelgium gorkagr
Patch works on 3.6 as well.
I was facing some big issues without the patch in almost all the form displays, thanks for it.
Hopefully there is a new release with this soon :) :) -
nils.destoop β
committed afee77bb on 4.x authored by
chr.fritsch β
Issue #3491233: Add dependency on field_ui.
-
nils.destoop β
committed afee77bb on 4.x authored by
chr.fritsch β
-
chr.fritsch β
authored 0d8972d0 on 8.x-3.x
Issue #3491233: Add dependency on field_ui.
-
chr.fritsch β
authored 0d8972d0 on 8.x-3.x
- π§πͺBelgium nils.destoop
Thx for the merge request. I committed to both versions. We will release a new version with this hotfix.
Automatically closed - issue fixed for 2 weeks with no activity.
@lifelifeone β Thanks for the patch mentioned in comment #14 π Drupal 10.4 RC1 error with field_ui.js Active ! I tested it in my environment and confirm that it solves the issue.