Configuration on demand can cause problems
Closed this issue · 1 comments
dellisd commented
We have a check to see if the plugin is applied to all feature modules.
With configuration on demand enabled, the feature modules may (and likely would) not be configured since the base module does not explicitly declare any dependency on the feature modules. This leads to the check failing, even when the plugin is actually being applied correctly.