mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 02:46:53 +00:00
Allow parent query in tasks.get_all
This commit is contained in:
parent
436883148b
commit
88836fae66
@ -185,10 +185,9 @@ class Task(AttributedDocument):
|
||||
],
|
||||
}
|
||||
get_all_query_options = GetMixin.QueryParameterOptions(
|
||||
list_fields=("id", "user", "tags", "system_tags", "type", "status", "project"),
|
||||
list_fields=("id", "user", "tags", "system_tags", "type", "status", "project", "parent"),
|
||||
datetime_fields=("status_changed",),
|
||||
pattern_fields=("name", "comment"),
|
||||
fields=("parent",),
|
||||
)
|
||||
|
||||
id = StringField(primary_key=True)
|
||||
|
Loading…
Reference in New Issue
Block a user