mirror of
https://github.com/inventree/InvenTree.git
synced 2026-03-12 15:13:34 +00:00
- Closes https://github.com/inventree/InvenTree/issues/11280
(cherry picked from commit aafda4bece)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
committed by
GitHub
parent
59f3b9f2f6
commit
5bf41f1463
@@ -533,6 +533,7 @@ export default function BuildOutputTable({
|
|||||||
title: t`Complete`,
|
title: t`Complete`,
|
||||||
tooltip: t`Complete build output`,
|
tooltip: t`Complete build output`,
|
||||||
color: 'green',
|
color: 'green',
|
||||||
|
hidden: !production,
|
||||||
icon: <InvenTreeIcon icon='success' />,
|
icon: <InvenTreeIcon icon='success' />,
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
setSelectedOutputs([record]);
|
setSelectedOutputs([record]);
|
||||||
@@ -568,7 +569,7 @@ export default function BuildOutputTable({
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
[buildStatus, user, partId, hasTrackedItems]
|
[buildStatus, build.status, user, partId, hasTrackedItems]
|
||||||
);
|
);
|
||||||
|
|
||||||
const tableColumns: TableColumn[] = useMemo(() => {
|
const tableColumns: TableColumn[] = useMemo(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user