8.3.15 (2024-06-14)
Overview of merged pull requests
BUGFIX: Access isNil function from Helper function to apply selected image to property
Upgrade instructions
_None_
Review instructions
Follow-up to: #5117
With the latest Bugfix release of Neos 8.3.14 currently when selecting an image from the media browser it not will be applyied to the image property as the IsNil function has to be accessed inside of the Helper function.
`javascript
NeosCMS.isNil()
`
In this case, leads to an unresolved function or method.
### Before
### After
Packages:
NeosMedia.Browser