This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user