mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix use operations instead of ayon_api
Must be in same session as create folder if 'Create New Folder'
This commit is contained in:
parent
d8dd2a23a8
commit
f0230e24a7
1 changed files with 1 additions and 1 deletions
|
|
@ -987,7 +987,7 @@ class ProjectPushItemProcess:
|
|||
):
|
||||
"""Creates destination task from source task information"""
|
||||
project_name = self._item.dst_project_name
|
||||
_task_id = ayon_api.create_task(
|
||||
_task_id = self._operations.create_task(
|
||||
project_name,
|
||||
task_info["name"],
|
||||
folder_id=folder_entity["id"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue