Closed (fixed)
Project:
Geofield
Version:
10.3.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2026 at 15:53 UTC
Updated:
11 Feb 2026 at 19:09 UTC
Jump to comment: Most recent
#3566397: `GeofieldDms` and `GeofieldElementBase` classes in the Geofield module extend the deprecated `Drupal\Core\Render\Element\FormElement` class replaced FormElement with FormElementBase. But this change should not have been made:
- * @FormElement("geofield_dms")
+ * @FormElementBase("geofield_dms")
The annotation is still @FormElement.
Revert this change.
Comments
Comment #3
itamair commentedthanks @longwave commit https://git.drupalcode.org/project/geofield/-/commit/02c98081ed7bd3fa615... committed into 10.3.X, going to be part of new 10.3.3 release being deployed.