mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
⚡ Add open event (#2261)
This commit is contained in:
parent
a077c8e416
commit
a4374e235e
|
@ -202,6 +202,12 @@ export default mixins(showMessage, nodeHelpers).extend({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.$externalHooks().run('credentialsEdit.credentialModalOpened', {
|
||||||
|
credentialType: this.credentialTypeName,
|
||||||
|
isEditingCredential: this.mode === 'edit',
|
||||||
|
activeNode: this.$store.getters.activeNode,
|
||||||
|
});
|
||||||
|
|
||||||
if (this.credentialId) {
|
if (this.credentialId) {
|
||||||
if (!this.requiredPropertiesFilled) {
|
if (!this.requiredPropertiesFilled) {
|
||||||
this.showValidationWarning = true;
|
this.showValidationWarning = true;
|
||||||
|
|
Loading…
Reference in a new issue