Problem
It's unclear from documentation on how to use simpleConfigUpdate on config entities, or what to use.
\Drupal\Core\Config\Action\Plugin\ConfigAction\SimpleConfigUpdate::apply() can change config entities. It shouldn't be used for that, though, because it totally bypasses the entity API and the many important hooks in it.
Proposed resolution
Properly document the change.
Issue: https://www.drupal.org/project/drupal/issues/3439713
Change record: https://www.drupal.org/node/3515543
This has been merged is available since 11.2.
Issue fork distributions_recipes-3515735
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 #2
thejimbirch commentedComment #5
fagoComment #6
fagoComment #7
fagoupdate summary and MR with suggestion.
Comment #8
thejimbirch commented