mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(core): Add onlySharedWithMe filter to GET /workflows endpoint (no-changelog) (#14853)
This commit is contained in:
@@ -228,6 +228,7 @@ export class WorkflowsController {
|
||||
req.listQueryOptions,
|
||||
!!req.query.includeScopes,
|
||||
!!req.query.includeFolders,
|
||||
!!req.query.onlySharedWithMe,
|
||||
);
|
||||
|
||||
res.json({ count, data });
|
||||
|
||||
Reference in New Issue
Block a user