Problem/Motivation
I was unable to save storage entities after updating to 1.4.1.
Looks like Entity::getOriginal() was added in 11.2.
https://www.drupal.org/node/3295826
Issue fork storage-3612141
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
mortona2k commentedAdded a shim. Used claude to diagnose and patch, but I confirmed the findings.
Comment #4
themetis commentedTested & Approved on Drupal 10.6.13. The patch applies cleanly and fixes the issue.
Comment #5
mandclu commentedThe phpstan errors in the pipeline need to be fixed before this can be merged. I can resolve those.
Comment #7
mandclu commentedMerged in. Thanks for the work here.