From d6745137f6f980d07572b7ea7afd609672073700 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 5 Nov 2024 23:57:49 +1100 Subject: [PATCH] Enable printing actions for PartTable (#8430) --- src/frontend/src/tables/part/PartTable.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frontend/src/tables/part/PartTable.tsx b/src/frontend/src/tables/part/PartTable.tsx index 575ced442d..08f473b697 100644 --- a/src/frontend/src/tables/part/PartTable.tsx +++ b/src/frontend/src/tables/part/PartTable.tsx @@ -359,6 +359,9 @@ export function PartListTable({ modelType: ModelType.part, tableFilters: tableFilters, tableActions: tableActions, + enableSelection: true, + enableReports: true, + enableLabels: true, params: { ...props.params, category_detail: true,