- Issue created by @mingsong
- Status changed to Closed: duplicate
10 months ago 3:00pm 6 February 2024 - πΊπΈUnited States DamienMcKenna NH, USA
Let's merge this into π Adapt tests for Drupal 10.2 Needs work .
Since Drupal 10.2.0, the FieldStorageConfigEditForm is now rendered as a subform within FieldConfigEditForm.
It is no longer sufficient to rely solely on hook_field_storage_config_update to update the field configuration entity when changes are made to field storage.
Details see the Drupal core change log in
https://www.drupal.org/node/3386675 β
Move the logic implemented by metatag_form_field_storage_config_edit_form_alter() at line 76 in metatag.module to metatag_form_field_config_edit_form_alter().
See
https://git.drupalcode.org/project/metatag/-/blob/2.0.x/metatag.module#L76
Closed: duplicate
2.0
Code
Let's merge this into π Adapt tests for Drupal 10.2 Needs work .