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
Okay updated the description. And also stated that its probably more worth to migrate getChildNodes('Neos.Neos:Document') than the backported - now removed - NodeTypeConstraintFactory ^^
Neos 8.3 contains
findChildNodes
as replacement for the deprecatedgetChildNodes
As seen here:
https://github.com/neos/neos-development-collection/blob/928cc4aa5b427b84cf18ae2af8578e916d0d3afb/Neos.ContentRepository/Classes/Eel/FlowQueryOperations/ChildrenOperation.php#L159
was replaced at some places with
im not sure if consumers really adapted to that but i have seen it around ^^
before we migrate anything here we should probably first migrate
getChildNodes('Neos.Neos:Document')
instead of the "newer"findChildNodes
.Fun really starts to begin with using complex filters with negation and comma:
Neos.Neos:ContentCollection,Neos.Neos:Content,!Vendor.Site:Exclude
Additionally
$limit = null
and$offset = null
might need to migrated as well if we find it worth. But the api changed seeFindChildNodesFilter
.The text was updated successfully, but these errors were encountered: