Closed (fixed)
Project:
Webform
Version:
6.3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2026 at 12:35 UTC
Updated:
25 Feb 2026 at 17:04 UTC
Jump to comment: Most recent
After updating #2910353: Prevent saving config entities when configuration overrides are applied and remove the update specific hacks, I got this when trying to update a project:
> [notice] Update started: webform_update_8648
> [error] A config entity with config overrides must not be saved. Use \Drupal\Core\Config\Entity\ConfigEntityStorageInterface::loadOverrideFree() to load a non-overridden config entity.
Note that this isn't a problem introduced by the linked core issue, instead, what it does is prevent configuration overrides from bleeding into the default language version.
updating config entities should always use loadOverrideFree
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
berdirCreated a MR.
Comment #7
liam morlandThanks!
Comment #9
liam morland