We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The recent pagination PR for the FacilityUser did not also include an update to order the paginated results.
/home/richard/.pex/install/kolibri-0.15.2-py2.py3-none-any.whl.b1f6d8c79573a7c7990a890cbd916d25e85a6288/kolibri-0.15.2-py2.py3-none-any.whl/kolibri/core/utils/pagination.py:37: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'kolibri.core.auth.models.FacilityUser'> SyncableModelQuerySet. super(ValuesViewsetPaginator, self).init(object_list, *args, **kwargs)
Users should be ordered
Confusing UI
The text was updated successfully, but these errors were encountered:
Fixed in #9422
Sorry, something went wrong.
rtibbles
No branches or pull requests
Observed behavior
The recent pagination PR for the FacilityUser did not also include an update to order the paginated results.
Errors and logs
Expected behavior
Users should be ordered
User-facing consequences
Confusing UI
The text was updated successfully, but these errors were encountered: