mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-42658 Remove check for outcome.id as name based outcomes are valid (#11685)
This commit is contained in:
@@ -223,7 +223,7 @@ export abstract class FormBaseComponent {
|
||||
}
|
||||
} else {
|
||||
// Note: Activiti is using NAME field rather than ID for outcomes
|
||||
if (outcome.name && outcome.id) {
|
||||
if (outcome.name) {
|
||||
this.completeTaskForm(outcome.name, outcome.id);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user