If a configuration entity is defined in a configuration split and is set as ignored, it is not installed if the split becomes active. With Drupal 8.8 this creates additional problem #3100712: Drupal 8.7.10 to 8.8.0 update fails if views have invalid configuration.
The reason is IgnoreFilter::activeReadMultiple() returns FALSE as the value of configuration entity missing in the active storage. I suggest to drop such values by array_filter().
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | config_ignore-fix_missing_active-3106046-2.patch | 486 bytes | maximpodorov |
Comments
Comment #2
maximpodorov commentedComment #3
bircherthanks for the patch.