- Issue created by @apmsooner
- Status changed to Fixed
7 months ago 5:34am 14 September 2024 - Status changed to Fixed
7 months ago 3:17pm 19 September 2024
An error is shown related to field_config already exists when cloning custom_field from another entity type and saving the field.
Create a new custom field and use the clone method that copies config from another entity type.
Remove the ->save from $field_config->setSettings($source_field_config->getSettings()); in the submitStorageConfigEditForm function.
Fixed
3.0
Code