mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: When editing nodes only show the credentials in the dropdown that the user is allowed to use in that workflow (#9718)
This commit is contained in:
@@ -32,10 +32,13 @@ declare global {
|
||||
* @param [workflowName] Optional name for the workflow. A random nanoid is used if not given
|
||||
*/
|
||||
createFixtureWorkflow(fixtureKey: string, workflowName?: string): void;
|
||||
/** @deprecated */
|
||||
/** @deprecated use signinAsOwner, signinAsAdmin or signinAsMember instead */
|
||||
signin(payload: SigninPayload): void;
|
||||
signinAsOwner(): void;
|
||||
signinAsAdmin(): void;
|
||||
/**
|
||||
* Omitting the index will default to index 0.
|
||||
*/
|
||||
signinAsMember(index?: number): void;
|
||||
signout(): void;
|
||||
overrideSettings(value: Partial<IN8nUISettings>): void;
|
||||
|
||||
Reference in New Issue
Block a user