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