mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Add open event (#2261)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user