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

Opening user table causes errors on backend #906

Open
lkiesow opened this issue Sep 7, 2024 · 0 comments
Open

Opening user table causes errors on backend #906

lkiesow opened this issue Sep 7, 2024 · 0 comments
Labels
type:bug Something isn't working

Comments

@lkiesow
Copy link
Member

lkiesow commented Sep 7, 2024

  • Open the events table
  • Sort by title (click on header)
  • Go to the user table
  • You get errors in the backend logs
2024-09-07T19:03:59,811 | INFO  | (UsersEndpoint:289) - Unknown sort type: title
2024-09-07T19:03:59,811 | INFO  | (UsersEndpoint:289) - Unknown sort type: title
  • Switch back to the events table
  • Sort by date
  • Switch to the users table again
  • Now, the backend is complaining about date
2024-09-07T19:04:28,391 | INFO  | (UsersEndpoint:289) - Unknown sort type: date
2024-09-07T19:04:28,392 | INFO  | (UsersEndpoint:289) - Unknown sort type: date
@lkiesow lkiesow added the type:bug Something isn't working label Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant