fix(editor): Recover from unsaved finished execution (#5121)

* 🐛 Recover from unsaved fixed execution

* 🔥 Remove logging

* ✏️ Use i18n
This commit is contained in:
Iván Ovejero
2023-01-11 10:52:32 +01:00
committed by GitHub
parent 819c4adb3c
commit af55ecd64b
4 changed files with 33 additions and 2 deletions

View File

@@ -820,6 +820,8 @@
"nodeView.showMessage.keyDown.title": "Workflow created",
"nodeView.showMessage.showMaxNodeTypeError.message": "Only one '{nodeTypeDataDisplayName}' node is allowed in a workflow | Only {count} '{nodeTypeDataDisplayName}' nodes are allowed in a workflow",
"nodeView.showMessage.showMaxNodeTypeError.title": "Could not insert node",
"nodeView.showMessage.stopExecutionCatch.unsaved.message": "This execution was canceled",
"nodeView.showMessage.stopExecutionCatch.unsaved.title": "Execution canceled",
"nodeView.showMessage.stopExecutionCatch.message": "It completed before it could be stopped",
"nodeView.showMessage.stopExecutionCatch.title": "Workflow finished executing",
"nodeView.showMessage.stopExecutionTry.title": "Execution stopped",