neos-development-collection
neos-development-collection copied to clipboard
List of not migrated `Node` accesses in Fluid or EEL in the Neos code base
Dedicated Fluid subtask: https://github.com/neos/neos-development-collection/issues/5023
node.parent wont work anymore (q(node).parent().get(0)):
- https://github.com/neos/neos-development-collection/blob/2d3bc0aaa7c270b18af3f9b1247a1972ea786044/Neos.Neos/Resources/Private/Templates/Service/Nodes/Index.html#L38
node.tethered wont work anymore (is node.classification.tethered):
- https://github.com/neos/neos-development-collection/blob/98d151edcd066cfe7882bf06bfddd85fb696ce33/Neos.Neos/Resources/Private/Fusion/RawContent/NodeHeader.fusion#L14
node.name is now node.nodeName.value
- https://github.com/neos/neos-development-collection/blob/b6e7a35548378e5e2f523c755ef3a7ec4847e81e/Neos.Neos/Resources/Private/Templates/Module/Administration/Dimension/Index.html#L36
ExpressionBasedNodeLabelGeneratorand eel in yaml
q(documentNode).property(''_contextPath'') no internal properties anymore
- https://github.com/neos/neos-ui/blob/f834747487476f59095eb0d3c1a7d62b6e2e89cb/Configuration/Settings.yaml#L161
feel free to add your notes
okay in https://github.com/neos/neos-development-collection/blob/255366d1a892bac60f6ba22073224ed18c2bd505/Neos.Media.Browser/Resources/Private/Templates/Usage/RelatedNodes.html is still found usages of
node.nodeType node.path
which doesnt work.
But it seems with https://github.com/neos/neos-development-collection/pull/5216 a few things were fixed.