- Issue created by @jofitz
- Status changed to Postponed: needs info
about 1 year ago 3:15am 19 August 2024 - 🇨🇦Canada nickdickinsonwilde Victoria, BC (T'So-uke lands)
It should only be per content type not per content. What steps can replicate this? (I wasn't able to with the above steps)
- Status changed to Active
3 months ago 9:56am 28 July 2025 - 🇩🇪Germany luenemann Südbaden, Germany
I suppose @jofitz is observing that third_party_settings are added to config even, when all options are disabled.
Steps to reproduce are:
- install entity_redirect
- resave an existing node_type (don't change any settings)
- export config
- see that config of that node_type has changed (third_party_settings and dependency for entity_redirect are added)
Problem with this is, that the changed node_type now depends on entity_redirect in config, even when it is not using the functionality of entity_redirect.
I propose to use
ThirdPartySettingsInterface::unsetThirdPartySetting()
when all options are disabled/empty/default inentity_redirect_bundle_builder()
.