- Issue created by @jurgenhaas
- Merge request !17Issue #3527185 by jurgenhaas: Drush command config:inactive-report does the... → (Open) created by jurgenhaas
\Drupal\config_update\ConfigLister::listConfig
returns 3 arrays. The Drush command config:missing-report
only requires the first 2, but the Drush command config:inactive-report
requires all 3. However, it only receives 2 and therefore takes the install list as the optional list.
Add the 3rd list to the receive array.
Active
2.0
Drush commands