fix: add owner_id to _create_next_task INSERT
This commit is contained in:
parent
e76fa0fc47
commit
83ad318801
@ -290,6 +290,7 @@ async def _create_next_task(sor, project_id, task, next_role, pm_comment=''):
|
||||
'id': new_task_id,
|
||||
'tenant_id': project_id,
|
||||
'pipeline_id': 'role_task',
|
||||
'owner_id': 'pm',
|
||||
'title': new_title,
|
||||
'params': json.dumps(new_params, ensure_ascii=False),
|
||||
'role': next_role,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user