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:
Alex Grozav
2022-12-06 12:15:07 +02:00
committed by GitHub
parent 37e580eb06
commit eb112ffd23
4 changed files with 22 additions and 5 deletions

View File

@@ -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"