fix(editor): Flag issues only on workflow activation (#6127)

🐛 Flag issues only on workflow activation
This commit is contained in:
Iván Ovejero 2023-05-03 14:30:32 +02:00 committed by GitHub
parent 0033f831fc
commit 1b49c17f38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',