Change record status: 
Project: 
Introduced in branch: 
8.6.x
Introduced in version: 
8.6.0
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

Neil_Nand’s picture

In the example it references module 1 in each list item, is that correct?

hchonov’s picture

It might be a pretty late reply, but that is correct.