fix(editor): Correctly show Workflow Breadcrumbs in MainHeader on Registered Community (#15457)

This commit is contained in:
Charlie Kolb
2025-05-19 11:24:48 +02:00
committed by GitHub
parent f5a9f2eadb
commit 5c3840583d
4 changed files with 30 additions and 9 deletions

View File

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