-
Notifications
You must be signed in to change notification settings - Fork 222
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
[BUG]: Ordering parameter in API (Tasks-Table) #1097
Comments
I think the problem is an incorrect dataKey in tasks-table.component.ts (line 139). The dataKey 'clientSignature' does not exist in the Tasks table, that's why the PHP backend correctly throws an exception. |
Just checked the old PHP UI, Dispatched/Searched column is excluded from sorting, maybe that's the correct solution for the new UI, too? |
We have to check all tables in the new Web UI, there are quite a lot of mismatches in the dataKey settings (key names do not exist in Backend DB tables) |
Will be checked again when reviewing new paging backend API. |
f, for example, you sort by Dispatched/Searched, the table is initially sorted correctly. If you switch to another page and then back again or reload the tasks page, the following error message appears.
Error in the API:
Error occurs when sorting by
The text was updated successfully, but these errors were encountered: