Improved product view.

This commit is contained in:
Tom Butcher 2026-07-13 00:30:55 +01:00
parent fffbc8f5e4
commit c16a1e8a4e

View File

@ -131,6 +131,13 @@ export const Product = {
readOnly: true, readOnly: true,
columnWidth: 180 columnWidth: 180
}, },
{
name: 'updatedAt',
label: 'Updated At',
type: 'dateTime',
readOnly: true,
columnWidth: 175
},
{ {
name: 'name', name: 'name',
label: 'Name', label: 'Name',
@ -139,31 +146,15 @@ export const Product = {
columnWidth: 200, columnWidth: 200,
columnFixed: 'left' columnFixed: 'left'
}, },
{
name: 'updatedAt',
label: 'Updated At',
type: 'dateTime',
readOnly: true,
columnWidth: 175
},
{ {
name: 'productCategory', name: 'productCategory',
label: 'Product Category', label: 'Category',
required: true, required: true,
type: 'object', type: 'object',
objectType: 'productCategory', objectType: 'productCategory',
showHyperlink: true, showHyperlink: true,
columnWidth: 200 columnWidth: 200
}, },
{
name: 'vendor',
label: 'Vendor',
required: true,
type: 'object',
objectType: 'vendor',
showHyperlink: true,
columnWidth: 200
},
{ {
name: 'version', name: 'version',
label: 'Version', label: 'Version',
@ -171,6 +162,15 @@ export const Product = {
type: 'text', type: 'text',
columnWidth: 120 columnWidth: 120
}, },
{
name: 'vendor',
label: 'Vendor',
required: true,
type: 'object',
objectType: 'vendor',
showHyperlink: true,
columnWidth: 200
},
{ {
name: 'tags', name: 'tags',
label: 'Tags', label: 'Tags',