mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-2824: Managed to trigger executeOutcome when clicking on custom outcome buttons (#7873)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user