This commit is contained in:
Peter Maquiran
2022-04-21 16:45:17 +01:00
parent 92c50e0d4a
commit 4a3b83e6c5
14 changed files with 45 additions and 26 deletions
@@ -89,7 +89,7 @@ export class PedidosPage implements OnInit {
this.parecerList = new Array();
allParecer.filter(data => data.workflowInstanceDataFields.Status == "Active").forEach(element => {
allParecer.filter(data => data.workflowInstanceDataFields.Status == "Active").forEach(element => {
let task: customTask = this.customTaskPipe.transform(element);
this.parecerList.push(task);