From 81c28b031d675919e4e5ee2f3e7aa08e84b34bd7 Mon Sep 17 00:00:00 2001 From: Marc Henry Schultz <85400359+mhsdesign@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:51:39 +0100 Subject: [PATCH] Update todo in NodePropertyConverterService see https://github.com/neos/neos-development-collection/pull/5348#issuecomment-2520089410 --- Classes/Domain/Service/NodePropertyConverterService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/Domain/Service/NodePropertyConverterService.php b/Classes/Domain/Service/NodePropertyConverterService.php index b8c7231084..a4e5b399a1 100644 --- a/Classes/Domain/Service/NodePropertyConverterService.php +++ b/Classes/Domain/Service/NodePropertyConverterService.php @@ -36,8 +36,8 @@ /** * Creates PropertyMappingConfigurations to map NodeType properties for the Neos interface. * - * THIS IS DIRTY CODE. In the longer run, the neos UI should work DIRECTLY with serialized properties - * instead of the objects. + * This is the for Neos 9 adjusted \Neos\Neos\Service\Mapping\NodePropertyConverterService + * In the long run we should refactor the serialization from javascript to php to be simpler an cleaner. * * @Flow\Scope("singleton") * @internal