fief-dev / fief

Users and authentication management SaaS
https://www.fief.dev
Other
577 stars 48 forks source link

NotImplementedError when trying to order users by tenant #5

Closed frankie567 closed 2 years ago

frankie567 commented 2 years ago

Describe the bug

When a user tries to orders users by tenant, an internal server error is raised.

To Reproduce

Steps to reproduce the behavior:

  1. Go to Users
  2. Click on the Tenant header in table
  3. See error in Network tab

The underlying API request provoking the error: /users/?limit=10&skip=0&ordering=tenant

Expected behavior

The users should be sorted by tenant.

Configuration

Additional context

https://sentry.io/organizations/fief/issues/3214285028