From 9fddfec9564637024a1f69a94a04580595cd9afe Mon Sep 17 00:00:00 2001 From: Maximilian Wesener Date: Fri, 26 Jul 2024 11:18:14 +0200 Subject: [PATCH] chore(update): xxx - fix dashboard --- .../src/app/modules/page/dashboard/core/dashboard.assembler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/modules/page/dashboard/core/dashboard.assembler.ts b/frontend/src/app/modules/page/dashboard/core/dashboard.assembler.ts index 4c35352b13..24f101d5dc 100644 --- a/frontend/src/app/modules/page/dashboard/core/dashboard.assembler.ts +++ b/frontend/src/app/modules/page/dashboard/core/dashboard.assembler.ts @@ -38,7 +38,7 @@ export class DashboardAssembler { // calculated totalOwnParts: dashboard.asBuiltOwnParts + dashboard.asPlannedOwnParts, - totalOtherParts: dashboard.asBuiltSupplierParts + dashboard.asBuiltCustomerParts + dashboard.asPlannedSupplierParts + dashboard.asPlannedSupplierParts, + totalOtherParts: dashboard.asBuiltSupplierParts + dashboard.asBuiltCustomerParts + dashboard.asPlannedSupplierParts, ownOpenInvestigationsReceived: dashboard.myPartsWithOpenInvestigations, ownOpenInvestigationsCreated: dashboard.supplierPartsWithOpenInvestigations + dashboard.customerPartsWithOpenInvestigations, ownOpenAlertsReceived: dashboard.supplierPartsWithOpenAlerts + dashboard.customerPartsWithOpenAlerts,