mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Added unarchive APIs
This commit is contained in:
@@ -335,6 +335,7 @@ class TaskBLL:
|
||||
if (
|
||||
validate_parent
|
||||
and task.parent
|
||||
and not task.parent.startswith(deleted_prefix)
|
||||
and not Task.get(
|
||||
company=task.company, id=task.parent, _only=("id",), include_public=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user