- Issue created by @longwave
- 🇬🇧United Kingdom longwave UK
If I rearrange the code and add
container_rebuild_required: true
to the submodule that contains the config, then the test passes again. However if this is the solution, it would be nice to be able to trigger a rebuild *after* Experience Builder is installed, instead of *before* any dependency is installed, but I don't think there is a way to do that right now. - 🇬🇧United Kingdom catch
We talked about using the dependency graph in 📌 Consider defaulting requires_container_rebuild to FALSE Active but also why is xb using hook_rebuild() and not hook_install()?
- 🇬🇧United Kingdom longwave UK
It creates/manages config entities for all SDCs and block plugins so it needs to react whenever these might change, not just when it is first installed. But perhaps hook_install() will solve the immediate issue, will test.