mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-13 14:11:37 +00:00
Tweak 'description' column for build table (#10218)
This commit is contained in:
@@ -18,6 +18,7 @@ import {
|
|||||||
BooleanColumn,
|
BooleanColumn,
|
||||||
CreationDateColumn,
|
CreationDateColumn,
|
||||||
DateColumn,
|
DateColumn,
|
||||||
|
DescriptionColumn,
|
||||||
PartColumn,
|
PartColumn,
|
||||||
ProjectCodeColumn,
|
ProjectCodeColumn,
|
||||||
ReferenceColumn,
|
ReferenceColumn,
|
||||||
@@ -83,10 +84,10 @@ export function BuildOrderTable({
|
|||||||
sortable: true,
|
sortable: true,
|
||||||
defaultVisible: false
|
defaultVisible: false
|
||||||
},
|
},
|
||||||
{
|
DescriptionColumn({
|
||||||
accessor: 'title',
|
accessor: 'title',
|
||||||
sortable: false
|
sortable: false
|
||||||
},
|
}),
|
||||||
{
|
{
|
||||||
accessor: 'completed',
|
accessor: 'completed',
|
||||||
title: t`Completed`,
|
title: t`Completed`,
|
||||||
|
Reference in New Issue
Block a user