-
Notifications
You must be signed in to change notification settings - Fork 4
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
implement the order/sort filter for python-icat #140
Milestone
Comments
MRichards99
added a commit
that referenced
this issue
Aug 18, 2020
MRichards99
added a commit
that referenced
this issue
Aug 18, 2020
- This will remove circular imports in a later change - Also helps to tidy up the code base by separating the filter handler from the abstract classes of the filters
MRichards99
added a commit
that referenced
this issue
Aug 18, 2020
- If there's more than one order filter in a request, the others get overwritten due to the way setOrder() works in Python ICAT
MRichards99
added a commit
that referenced
this issue
Aug 18, 2020
MRichards99
added a commit
that referenced
this issue
Aug 18, 2020
- This is to remove a circular dependency that I found while implementing an order filter - Also added a couple of __init__.py files which didn't previously exist
MRichards99
added a commit
that referenced
this issue
Aug 19, 2020
MRichards99
added a commit
that referenced
this issue
Aug 26, 2020
Code merged into master, hence issue being closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ie. ascending or descending
The text was updated successfully, but these errors were encountered: