Wilhelm Behncke

Results 37 comments of Wilhelm Behncke

@pKallert FYI: While rebasing, I encountered conflicts with the fix you've provided in https://github.com/neos/neos-ui/pull/3634. To resolve this, I have moved the translation handling from `BackendServiceController::publishChangesInDocumentAction` to `PublishChangesInDocumentCommandHandler::handle`: https://github.com/neos/neos-ui/blob/faee8cad95b72ad96e2541a0b40e09d28645393b/Classes/Application/PublishChangesInDocument/PublishChangesInDocumentCommandHandler.php#L62-L74 Does that...

@Sebobo: > do you think this could now be fixed by https://github.com/neos/neos-ui/pull/3822 too ? That would be a surprise :) No, #3822 doesn't contain specifics that would touch the issue...

**Update:** I was unable to reproduce this on 7.3, 8.0, 8.1 and 8.2. It is reproducible on 8.3, so it must be due to a recent change.

Thanks for writing this up @mhsdesign :rocket: . I always have all this stuff floating around in my head and I never get around to writing it down :sweat_smile: ....

Regarding "Minimally Invasive Content Element Wrapping": I've started working on this a while ago (though I'm stuck). In the end there are supposed to be 2 PRs. One's for `neos-development-collection`:...

@Sebobo I think Option 1 sounds quite fair :) Option 2 may save some HTTP requests, but I don't think it's worth the effort. To track content changes per document...