Closed (fixed)
Project:
Drupal core
Version:
11.3.x-dev
Component:
configuration entity system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2026 at 23:01 UTC
Updated:
13 Feb 2026 at 01:14 UTC
Jump to comment: Most recent
Comments
Comment #3
alexpottI don't think this requires a test. The config is being loaded and saved in the same method. This will get implicit test coverage when we deprecate saving config entities with overrides applied.
Comment #4
berdirSame here as in #3570219: BlockListBuilder::submitForm() should not load config overrides, the change is simple and is confirmed to work and fix the problem through the existing MR on the meta issue that we've been using for years.
Comment #5
nicxvan commentedLooks good, there was a discussion on slack confirming these issues can be solved without a test.
Comment #6
alexpottCommitted and pushed f5b6540a865 to main and 51778d1dcde to 11.x and 14a3a22f95b to 11.3.x. Thanks!