Problem/Motivation
Cloning is freezing at 38% with following messages in the logs:
Warning: Undefined array key "third_party_settings" in Drupal\entity_type_clone\Controller\EntityTypeCloneController::copyFieldDisplay() (line 78 of /web/modules/contrib/entity_type_clone/src/Controller/EntityTypeCloneController.php)
Drupal\Core\Entity\EntityStorageException: 'field_config' entity with ID 'node.news.field_domain_source' already exists. in Drupal\Core\Entity\EntityStorageBase->doPreSave() (Zeile 519 in /web/core/lib/Drupal/Core/Entity/EntityStorageBase.php).
Steps to reproduce
Core: 10.1.2
entity_type_clone: 4.0.3
domain: 2.0.0-beta1
1. Clone Content Type
2. Freezing process with messages above.
Comments
Comment #2
handkerchiefI tried it again with another machine name "tech_news", it's not working:
Drupal\Core\Entity\EntityStorageException: 'field_config' entity with ID 'node.tech_news.field_domain_source' already exists. in Drupal\Core\Entity\EntityStorageBase->doPreSave() (Zeile 519 in /web/core/lib/Drupal/Core/Entity/EntityStorageBase.php).Comment #3
handkerchiefSame with the module "domain" enabled:
Drupal\Core\Entity\EntityStorageException: 'field_config' entity with ID 'node.example.field_domain_source' already exists. in Drupal\Core\Entity\EntityStorageBase->doPreSave() (line 519 of /web/core/lib/Drupal/Core/Entity/EntityStorageBase.php).Comment #4
dimas11 commentedComment #5
vuilComment #6
vuilComment #7
vuilComment #9
vuil