mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-25 11:30:42 +02: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