You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`BUGFIX: Access isNil function from Helper function to apply selected image to property <https://github.com/neos/neos-development-collection/pull/5140>`_
Follow-up to: `#5117 <https://github.com/neos/neos-development-collection/issues/5117>`_
17
+
18
+
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.
19
+
20
+
```javascript
21
+
NeosCMS.isNil()
22
+
```
23
+
In this case, leads to an unresolved function or method.
0 commit comments