feat: Resolve parentFolder when retrieving workflow (#14656)

This commit is contained in:
Ricardo Espinoza
2025-04-16 08:12:39 -04:00
committed by GitHub
parent 8b3b4749ea
commit bc12f662e7
3 changed files with 51 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ export class WorkflowsController {
workflowId,
req.user,
['workflow:read'],
{ includeTags: !this.globalConfig.tags.disabled },
{ includeTags: !this.globalConfig.tags.disabled, includeParentFolder: true },
);
if (!workflow) {