pKallert
pKallert
Solves partially https://github.com/neos/neos-ui/issues/3413 **What I did** In the single-dimensions dropdown, the Languages with existing documents are now a linked and can be opened in a new tab. The dropdown now...
**What I did** In https://github.com/neos/neos-ui/pull/3665 we added the Translation trait to the Backend Service Controller. Currently, only one message is translated in the backend, but we should translate all messages.
closes #3633 **What I did** I adjusted the message that is output to the user if the parentnode does not exist in the current dimension.
### Description Some fields have a hidden attribute that depends on other fields being checked or chosen. If those fields are declared mandatory with the NotEmptyValidator the whole node cannot...
### Description When using the cut and paste function it is possible to create a duplicate URL path segment. ### Steps to Reproduce 1. Create a new page under home...
### Current Behavior When I copy/create a page and a childpage into a different dimension, and publish only the child page, an error message is shown: ### Expected Behavior Usually...
I created a failing test for #4783 Apparently, the problem here is the command PublishIndividualNodesFromWorkspace. This command is used by the Neos UI to publish simple changes. **Checklist** - [...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Currently, when publishing, deleting and publishing a page in a different...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When a user has an outdated workspace and publishes their workspace...
**What I did** As discussed in https://github.com/neos/neos-development-collection/pull/5156 references should be available separately in ClientEval **How I did it** I adjusted the logic for loading data for the right sidebar to...