mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix(core): Add optional context parameter to track creation source for workflows, credentials, and projects (#18736)
Co-authored-by: r00gm <raul00gm@gmail.com>
This commit is contained in:
@@ -192,6 +192,7 @@ export class CredentialsController {
|
||||
publicApi: false,
|
||||
projectId: project?.id,
|
||||
projectType: project?.type,
|
||||
uiContext: payload.uiContext,
|
||||
});
|
||||
|
||||
return newCredential;
|
||||
|
||||
Reference in New Issue
Block a user