diff --git a/frontend/src/app/modules/page/other-parts/presentation/customer-parts/customer-parts.component.html b/frontend/src/app/modules/page/other-parts/presentation/customer-parts/customer-parts.component.html index 43c2be6d26..f0ea86ad5a 100644 --- a/frontend/src/app/modules/page/other-parts/presentation/customer-parts/customer-parts.component.html +++ b/frontend/src/app/modules/page/other-parts/presentation/customer-parts/customer-parts.component.html @@ -38,6 +38,7 @@ [tableHeader]='"page.asBuiltParts" | i18n' (filterActivated)="filterActivated(true, $event )" [tableType]="TableType.AS_BUILT_CUSTOMER" + [mainAspectType]="bomLifecycle" > @@ -64,6 +65,7 @@ [multiSortList]="tableCustomerAsPlannedSortList" (filterActivated)="filterActivated(false, $event )" [tableType]="TableType.AS_PLANNED_CUSTOMER" + [mainAspectType]="bomLifecycle" > diff --git a/frontend/src/app/modules/page/other-parts/presentation/supplier-parts/supplier-parts.component.html b/frontend/src/app/modules/page/other-parts/presentation/supplier-parts/supplier-parts.component.html index 58d6e2a919..537ff09c0c 100644 --- a/frontend/src/app/modules/page/other-parts/presentation/supplier-parts/supplier-parts.component.html +++ b/frontend/src/app/modules/page/other-parts/presentation/supplier-parts/supplier-parts.component.html @@ -45,6 +45,7 @@ [multiSortList]="tableSupplierAsBuiltSortList" (filterActivated)="filterActivated(true, $event )" [tableType]="TableType.AS_BUILT_SUPPLIER" + [mainAspectType]="bomLifecycle" > @@ -75,6 +76,7 @@ [multiSortList]="tableSupplierAsPlannedSortList" (filterActivated)="filterActivated(false, $event )" [tableType]="TableType.AS_PLANNED_SUPPLIER" + [mainAspectType]="bomLifecycle" > diff --git a/frontend/src/app/modules/page/parts/presentation/parts.component.html b/frontend/src/app/modules/page/parts/presentation/parts.component.html index dfacd88c58..d99d9c3778 100644 --- a/frontend/src/app/modules/page/parts/presentation/parts.component.html +++ b/frontend/src/app/modules/page/parts/presentation/parts.component.html @@ -89,6 +89,7 @@ [multiSortList]="tableAsBuiltSortList" [tableHeader]='"page.asBuiltParts" | i18n' [tableType]="TableType.AS_BUILT_OWN" + [mainAspectType]="MainAspectType.AS_BUILT" > @@ -115,6 +116,7 @@ [multiSortList]="tableAsPlannedSortList" [tableHeader]='"page.asPlannedParts" | i18n' [tableType]="TableType.AS_PLANNED_OWN" + [mainAspectType]="MainAspectType.AS_PLANNED" > diff --git a/frontend/src/app/modules/shared/components/parts-table/parts-table.component.html b/frontend/src/app/modules/shared/components/parts-table/parts-table.component.html index b0347d349e..9433105531 100644 --- a/frontend/src/app/modules/shared/components/parts-table/parts-table.component.html +++ b/frontend/src/app/modules/shared/components/parts-table/parts-table.component.html @@ -29,19 +29,19 @@
{{ selectedPartsInfoLabel | i18n : {count: selection?.selected?.length || 0} }}