Problem/Motivation
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: node_revision_delete_update_9001
> [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.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork node_revision_delete-3572817
Show commands
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 merge request
Comment #4
alexpottThis looks good and makes sense.
Comment #6
alexpott