Skip to content
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

Closed
wants to merge 7 commits into from

Conversation

bielerj
Copy link

@bielerj bielerj commented Mar 19, 2024

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.

@bielerj bielerj changed the base branch from main to 2.0 March 20, 2024 08:35
@Sebobo Sebobo self-requested a review March 20, 2024 08:56
@Sebobo Sebobo added the bug label Mar 20, 2024
Copy link
Member

@Sebobo Sebobo left a 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",
Copy link
Member

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.

Copy link
Author

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.

@bielerj bielerj closed this Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants