Describe the bug
NullReferenceException in AddPostImageAttributesToEntity when Update is triggered via UpdateMultipleRequest
To Reproduce
Steps to reproduce the behavior:
- Create a plugin registration with a post image which triggers on update
- Trigger an update on that entity via UpdateMultipleRequest
- The plugin trigger throws a NullReferenceException in AddPostImageAttributesToEntity
Expected behavior
UpdateMultipleRequest should provide post images to PostOperation plugins the same way UpdateRequest does, or handle null gracefully when no post image is available