neos-ui
neos-ui copied to clipboard
Neos CMS UI written in ReactJS with Immutable data structures.
This adjusts the UI to https://github.com/neos/neos-development-collection/pull/4708
See https://github.com/neos/neos-development-collection/pull/4891 **What I did** **How I did it** **How to verify it**
This makes the `CreationDialogPropertiesCreationHandler` use the `convert()` method from the `NodePropertyConversionService` to provide consistent behaviour. **How to verify it** See #3719 for steps to reproduce
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description Using a property with `reference` type in the creation dialog in Neos...
Adjustments for https://github.com/neos/neos-development-collection/pull/4677 **What I did** **How I did it** **How to verify it**
There will be a sitedetection failed exception in the `neos/content` route when the backend controller cannot find a site. In 8.3 we dont have a graceful error as well only...
### Description The `CreationDialogPropertiesCreationHandler` does property value conversion from "raw" to "typed" on it's own, and in a different way compared to the `NodeConverter` from the Content Repository or even...
fixes: #3184 **NOTE:** This PR needs to be tested in combination with its companion PR over at `neos-development-collection`: https://github.com/neos/neos-development-collection/pull/4291 Buckle up for collisions with https://github.com/neos/neos-ui/pull/3569 ## The overall problem This...
This reverses the order of nodes for `insertAfter` (copy & move) operations to prevent the reverse order of insertion due to the way the atomic inserts are done by the...
Resolves: #3477 Alternate fix replaces https://github.com/neos/neos-ui/pull/2566 which is good and we need to make the page handler non neos ui specific so it can go "back" to neos The initial...