You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It uses $node->nodeTypeName->equals everywhere, which is not a isOfType check, but a strict comparison. To make it work correctly, the NodeTypeManager of the given CR needs to be used to make the comparison.
It calls processNodes with remove even though the parameter is set to false.
The hooks are not Neos 9 compatible, are not executed, which leads to metadata being fetch on every uncached request leading to looong loading times in the frontend.
$node->nodeTypeName->equalseverywhere, which is not aisOfTypecheck, but a strict comparison. To make it work correctly, the NodeTypeManager of the given CR needs to be used to make the comparison.processNodeswithremoveeven though the parameter is set to false.