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

https://github.com/neos/neos-development-collection/assets/39345336/ed761221-924d-467f-bd9f-6eb6c97dd553

### After

https://github.com/neos/neos-development-collection/assets/39345336/2c78211a-c8a8-4f55-808a-15b495fde586

  • Packages: Neos Media.Browser

Detailed log