Replies: 2 comments
-
Consider running the patch ;) https://www.drupal.org/project/drupal/issues/2839195 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Or, add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When a node is in the process of being saved, an entity's ->original property will contain null if the entity is new, or the original entity if the entity is being changed.
However if we have code like:
We get the error:
The only way I could find to get rid of this error is to add:
Is there a better way to access the original property without triggering this error?
Beta Was this translation helpful? Give feedback.
All reactions