mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Correctly show Workflow Breadcrumbs in MainHeader on Registered Community (#15457)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user