feat(core): Add endpoint to transfer folder to another project (no-changelog) (#15005)

This commit is contained in:
Ricardo Espinoza
2025-05-07 07:51:03 -04:00
committed by GitHub
parent 1122ee7ec9
commit 715127fa87
11 changed files with 1063 additions and 66 deletions

View File

@@ -548,7 +548,7 @@ export class WorkflowsController {
@Param('workflowId') workflowId: string,
@Body body: TransferWorkflowBodyDto,
) {
return await this.enterpriseWorkflowService.transferOne(
return await this.enterpriseWorkflowService.transferWorkflow(
req.user,
workflowId,
body.destinationProjectId,