From 281f597a5b31d3644a10b6c67f1eef162f82156f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 28 Nov 2019 23:30:25 +0000 Subject: [PATCH] --- ayanova/src/views/inventory-widget-edit.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ayanova/src/views/inventory-widget-edit.vue b/ayanova/src/views/inventory-widget-edit.vue index 6940dfbb..4b0a4e93 100644 --- a/ayanova/src/views/inventory-widget-edit.vue +++ b/ayanova/src/views/inventory-widget-edit.vue @@ -330,10 +330,12 @@ export default { roles: [] }, obj: { + //IMPORTANT NOTE: Fields that are NON NULLABLE in the schema for the table but *are* hideable **MUST** have a default value set here or else there will be no way to save the record + //I.E. Serial field below id: 0, concurrencyToken: 0, name: null, - serial: null, + serial: 0, dollarAmount: null, active: null, roles: null,