fix(editor): Flag issues only on workflow activation (#6127)
🐛 Flag issues only on workflow activation
This commit is contained in:
@@ -69,7 +69,7 @@ export const workflowActivate = mixins(externalHooks, workflowHelpers, showMessa
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isCurrentWorkflow && nodesIssuesExist) {
|
if (isCurrentWorkflow && nodesIssuesExist && newActiveState === true) {
|
||||||
this.$showMessage({
|
this.$showMessage({
|
||||||
title: this.$locale.baseText(
|
title: this.$locale.baseText(
|
||||||
'workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.title',
|
'workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.title',
|
||||||
|
|||||||
Reference in New Issue
Block a user