- Issue created by @mostepaniukvm
- Assigned to junkuncz
- ππΊHungary junkuncz
Are you sure we need to do anything about it? I was doing some testing and looks like entity_ce_display config object is deleted automatically during bundle delete and if I uninstall the module all related configs are removed.
Maybe we could add a tiny snippet to hook_uninstall() to make sure all entity_ce_display configs are properly deleted. Something like this:. $storage = \Drupal::service('entity_type.manager')->getStorage('entity_ce_display'); $configs = $storage->loadMultiple(); if (!empty($configs)) { $storage->deelete($configs); }
What do you think?
- Issue was unassigned.
- Status changed to Needs review
9 months ago 9:24am 5 March 2024 - Status changed to Fixed
9 months ago 9:20am 8 March 2024 - π¦πΉAustria fago Vienna
I don't think this is needed, if config dependencies are doing the clean-up correctly, it's fine to rely on that. Thanks for checking!
Automatically closed - issue fixed for 2 weeks with no activity.