- Issue created by @krystalcode
- First commit to issue fork.
- Merge request !1The entity_purge_type config entities do not provide bundles for any other entity type β (Merged) created by alexpott
- Status changed to Needs review
7 months ago 12:11pm 9 September 2024 - π¬π§United Kingdom alexpott πͺπΊπ
This is happening because the entity type provided by the module incorrectly identifies itself as being a config entity that provides a bundle type for some other entity type. It does not do that.
- π¬π§United Kingdom alexpott πͺπΊπ
I tested this on a clean install and after installing the dev version and changing to the bug fix branch there entity type definitions did not need updating so there's no upgrade path necessary here.
-
krystalcode β
committed 99cbca92 on 1.x authored by
alexpott β
Issue #3466777 Removed declaration of PurgeType as a bundle config...
-
krystalcode β
committed 99cbca92 on 1.x authored by
alexpott β
- Status changed to Fixed
7 months ago 4:31pm 9 September 2024 - π΅πͺPeru krystalcode
- The initial intention to potentially have a content entity as well for logging purge operations as well. This is not supported for now, and it might never be.
- The "bundle" configuration property is a bit different, it is a property used by the Entity module and it has to do with making the PurgeType config entity "bundleable" via the PurgeConfigurator plugin. That's also not needed right now in this module so we're good to remove that as well.Thanks.
Automatically closed - issue fixed for 2 weeks with no activity.