-
Notifications
You must be signed in to change notification settings - Fork 81
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
sort.split is not a function or its return value is not iterable #272
Comments
Another associated issue is that frontend is sending sortin in lower case
This is causing sort to not be applied in query and always sort by This could be fixed forcing uppercase on
|
Hi there, |
You should propose a fix and propose a pull request, would be nice when a commiter will wake up for this repo :-) |
Hi all, |
Describe the bug
An exception occurs when trying to sort a list component by any column.
The
sort
variable does not contains a string, instead is an array with value[ 'date,asc', 'id' ]
Then the exception happens on the constructor:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The sort should work and no exception be thrown.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
NHipster configuration
[email protected] /home/daniel/workspace/github/my-expense-nodejs
├─┬ [email protected]
│ └── [email protected] deduped
└── [email protected]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: