mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
feat: Add message for readonly nodes. Improve foreign credentials handling (#4759)
* feat: Add message for readonly nodes. Improve foreign credentials handling * Copy fix Co-authored-by: João Ramos <hello@joao.pt>
This commit is contained in:
@@ -93,9 +93,10 @@
|
||||
:dragging="isDragging"
|
||||
:sessionId="sessionId"
|
||||
:nodeType="activeNodeType"
|
||||
:isReadOnly="readOnly || hasForeignCredential"
|
||||
:hasForeignCredential="hasForeignCredential"
|
||||
:readOnly="readOnly"
|
||||
:blockUI="blockUi && showTriggerPanel"
|
||||
:executable="!readOnly || hasForeignCredential"
|
||||
:executable="!readOnly"
|
||||
@valueChanged="valueChanged"
|
||||
@execute="onNodeExecute"
|
||||
@stopExecution="onStopExecution"
|
||||
|
||||
Reference in New Issue
Block a user