AAE-2824: Managed to trigger executeOutcome when clicking on custom outcome buttons (#7873)

This commit is contained in:
Ehsan Rezaei
2022-09-30 19:19:51 +02:00
committed by GitHub
parent 287299bf8e
commit 4d8195fa82
6 changed files with 24 additions and 6 deletions

View File

@@ -191,7 +191,6 @@ export abstract class FormBaseComponent {
} else {
// Note: Activiti is using NAME field rather than ID for outcomes
if (outcome.name) {
this.onTaskSaved(this.form);
this.completeTaskForm(outcome.name);
return true;
}