Marc Henry Schultz

Results 366 issues of Marc Henry Schultz

### Description When implementing an editor one might have a reset option. To reset the value, one likely thinks that `props.commit(null)` or `props.commit(undefined)` would do the job, but they wont...

Enhancement
9.0

@grebaldi noticed that some dependency seems to require it which we also bundle. We should stub this and ignore it from the bundle.

Bug
Technical debt
8.3

Ports https://github.com/neos/neos-development-collection/pull/4638 to the Neos Ui, as the class was moved in Neos 9. **What I did** **How I did it** **How to verify it**

Bug
9.0

See https://github.com/neos/neos-development-collection/pull/4891 **What I did** **How I did it** **How to verify it**

9.0
Task

Adjustments for https://github.com/neos/neos-development-collection/pull/4677 **What I did** **How I did it** **How to verify it**

9.0
Task

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...

Bug
Backend / Backend-API
9.0

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...

8.3

Previously this logic was triggered implicitly though the property mapper, but as this is such a primary use case and requires special behavior in the serializer: https://github.com/neos/neos-development-collection/pull/4638 there should be...

Bug
8.3

### Description expected: Regression since using custom icons: https://github.com/neos/neos-ui/pull/3423 We currently just concatenate the uri on client side which doesnt respect cases where one uses resources in the cloud. The...

Bug
9.0
8.3

currently this feature is broken see https://neos-project.slack.com/archives/C0L41E268/p1698743660587269 basti wrote on slack > Well, partly.. If a different preset is selected, the tree doesn't work anymore – but that can be...