-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
[BUGFIX] - fix creationDate sorting #98
Conversation
# Conflicts: # composer.json
TASK: declare compatibility to Neos 9
…y-path FEATURE: add own translation label for clipboard button
…r from creationDate to creationDateTime in order to make sorting work
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.
Thx for the fix, but Incorrect base branch.
"php": ">=7.4", | ||
"neos/redirecthandler": "~5.0 || dev-main", | ||
"neos/neos": "~7.3 || ~8.0 || dev-master", | ||
"php": ">= 8.2", |
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 think you based your change on the incorrect branch. Please make sure your commit is on top of the 2.x branch and not on the neos 9 branch.
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'll close this pull request and submit a new one with the proper base branch.
Currently sorting by creationDate leads to unexpected UI behaviour (not sorting correctly and weird switch to detail view).
Changed creation date time identifier in renderColumnHeader from creationDate to creationDateTime in order to make sorting work.