- Issue created by @mtalt
- Merge request !12Default domain values not set and overridden by current domain β (Open) created by mtalt
- Issue was unassigned.
- Status changed to Needs review
over 2 years ago 6:44pm 6 June 2023 - πΊπ¦Ukraine Anna D
MR works for me.
Testing note:
hook_field_widget_form_alter is deprecated in Drupal10.
See https://www.drupal.org/project/domain_entity/issues/3423475 π hook_field_widget_form_alter is not longer supported in D10 Needs review - First commit to issue fork.
- Merge request !29Preserve configured default values when setting default widget value β (Open) created by davidwhthomas
- π³πΏNew Zealand davidwhthomas
I've added an updated MR based on the current domain_entity version.
The update preserves the configured default values when setting the default value on the widget form.
If the behaviour is set to automatic, and the default values are empty, it will fallback to set the default based on the current domain.
With thanks for the useful module.