mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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.requiredPropertiesFilled) {
|
||||
this.showValidationWarning = true;
|
||||
|
||||
Reference in New Issue
Block a user