By catch on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.6.x
Introduced in version:
8.6.0
Issue links:
Description:
Configuration installs now take into account recursive dependencies when installing optional configuration.
For example:
- module 1 provides configuration object A, with a dependency on module 2.
- module 1 provides configuration object B, which depends on configuration object A
Before this change, when installing module 2, only object A would be installed.
After this change, when installing module 2, both object A and B will be installed.
This should not require any action from module authors or site administrators.
Impacts:
Site builders, administrators, editors
Module developers
Comments
Module 1 listed twice
In the example it references module 1 in each list item, is that correct?
It might be a pretty late
It might be a pretty late reply, but that is correct.