Problem/Motivation
The comments in ConfigInstaller::installOptionalConfig() say that optional config is ignored if it exists already:
// Only list configuration that:
// - does not already exist
// - is a configuration entity (this also excludes config that has an
// implicit dependency on modules that are not yet installed)
However, this is only documented in this inline comment, and not in the 'config_api' docs topic in core.api.php.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3368277-2.patch | 821 bytes | sidharth_soman |
Comments
Comment #2
sidharth_soman commentedHi, I've updated the 'config_api' docs topic as needed. Please review the patch.
Comment #3
joachim commentedLGTM! Thanks!
Comment #5
joachim commentedUnrelated test failure - docs patch only.
Comment #7
catchCommited/pushed to 11.x and cherry-picked to 10.1.x, thanks!