Language collection is no longer ignored after updating patch

Created on 9 June 2023, over 1 year ago
Updated 12 June 2023, over 1 year ago

Problem/Motivation

The bug was introduced after updating patch for config_ignore from ✨ Ignore configuration storage collections? Needs work .

The new patch is using a new way of ignoring language collections.

Proposed resolution

Replace the usage.

OLD

$config['config_ignore.settings']['ignored_config_entities'][9999] = 'collections.*';

NEW

$config['config_ignore.settings']['ignored_config_collections'][] = 'language.*';

Remaining tasks

- Create a patch
- Release a new version

πŸ› Bug report
Status

Fixed

Version

10.0

Component

Code

Created by

πŸ‡ΊπŸ‡¦Ukraine nginex

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024