- Issue created by @mably
- Merge request !138Issue #3513800 by mably: All configurations are duplicated by domain ⚠️ → (Merged) created by mably
- 🇫🇷France mably
Had to create two new services with lazy loading to avoid being hit by a circular dependency error.
- 🇫🇷France mably
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 2 months ago 1:27pm 17 July 2025 - 🇬🇧United Kingdom Driskell
@mably Since this code merged to beta3 we're seeing site information and any other configuration not loading on the frontend for the domain. It always loads the default configuration.
It looks to hit this line:
https://git.drupalcode.org/project/domain/-/blob/2.0.0-beta3/domain_conf...
But immutable is always TRUE when loading configuration. So it never loads any domain overrides. - 🇫🇷France mably
Looks like a regression to me :(
Will have to look at it.
- 🇫🇷France mably
@driskell does removing the $immutable test fix the problem?