- Issue created by @adamevertsson
- π¬π§United Kingdom Driskell
This seems related to a recent change by @mably
I am also seeing this. Beta2 works fine.
https://git.drupalcode.org/project/domain/-/blob/2.0.0-beta3/domain_conf...
Seems in this case, any time configuration is loaded on the frontend (which is nearly always with immutable=TRUE) then no domain configuration loads to override. - First commit to issue fork.
- @mably opened merge request.
- π«π·France mably
@adamevertsson @driskell could you give a try to this issue's MR ?
- π«π·France mably
@driskell this is definitely not related to the domain_config_ui module code which is only supposed to be used when you edit some domain specific configuration.
Looks like I cannot reproduce the problem on my side.
Could you give a detailed scenario to reproduce the problem?
- π«π·France mably
Have reopened the MR to push an update to make it clearer in the code comments that the domain config override is done by the
DomainConfigOverrider
class.The
ConfigFactory
class is only used when editing custom configuration per domain.English is not my mother language, so feel free to make any suggestions if needed.