-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!!! FEATURE: Neos 9.0 compatibility #50
base: main
Are you sure you want to change the base?
Conversation
TASK: Replace removed fusion prototypes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to do a review, but I failed because I don't completely understand the desired behavior of the SortRecursiveByIndexOperation
..
I leave some comments anyways, for now
Classes/Fusion/Eel/FlowQueryOperations/SortRecursiveByIndexOperation.php
Outdated
Show resolved
Hide resolved
} | ||
// No diff in path, we need to go deeper, or they are eventually equal | ||
$commonParentPathSegmentNodeAggregateId = $aPathSegmentNodeAggregateId; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Absolutely not your fault, but I find it really hard to review this. And since there are no tests, it's not easy to verify the desired behavior
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, absolutly. But I can't provide that for each package, where I just want to help out to get this package compatible with Neos 9.
Provides compatibity with Neos 9.0.