Update FilamentStock model to restore 'updatedAt' column for tracking
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good

- Reintroduced the 'updatedAt' column in the FilamentStock model, ensuring accurate tracking of updates while maintaining its read-only status and layout properties.
This commit is contained in:
Tom Butcher 2026-07-26 19:00:24 +01:00
parent 8ab1045732
commit cc712e7427

View File

@ -66,6 +66,13 @@ export const FilamentStock = {
readOnly: true,
columnWidth: 180
},
{
name: 'updatedAt',
label: 'Updated At',
type: 'dateTime',
readOnly: true,
columnWidth: 175
},
{
name: 'state',
label: 'State',
@ -74,13 +81,6 @@ export const FilamentStock = {
readOnly: true,
columnWidth: 250
},
{
name: 'updatedAt',
label: 'Updated At',
type: 'dateTime',
readOnly: true,
columnWidth: 175
},
{
name: 'filament',
label: 'Filament',