neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 218 forks source link

BUGFIX: Access isNil function from Helper function to apply selected image to property #5140

Closed crydotsnake closed 2 weeks ago

crydotsnake commented 2 weeks ago

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.

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

Checklist

kitsunet commented 2 weeks ago

Lovely with the video, thanks a lot <3