mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 13:33:42 +00:00
Fix regression issue with archive tasks display
This commit is contained in:
parent
d62ecb5e6e
commit
388dd1b01f
@ -148,7 +148,8 @@ class GetMixin(PropsMixin):
|
||||
}
|
||||
default_operator = Q.OR
|
||||
mongo_modifiers = {
|
||||
Q.AND: {True: "all", False: "not__all"},
|
||||
# not_all modifier currently not supported due to the backwards compatibility
|
||||
Q.AND: {True: "all", False: "nin"},
|
||||
Q.OR: {True: "in", False: "nin"},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user