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

Sorting of first column is not working if not checkbox #78

Closed
mediaessenz opened this issue Jan 26, 2017 · 0 comments
Closed

Sorting of first column is not working if not checkbox #78

mediaessenz opened this issue Jan 26, 2017 · 0 comments

Comments

@mediaessenz
Copy link
Contributor

mediaessenz commented Jan 26, 2017

If the first column of a grid is not __checkbox, sorting of this column is always ASC and can not be changed by clicking on table header.

The problem starts at line 58 of the getOrder-Method of the OrderFactory-Class:
https://github.com/fabarea/vidi_frontend/blob/master/Classes/Persistence/OrderFactory.php#L58

Because of this condition, DESC orderings are only working in columns higher than 0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant