This commit is contained in:
2020-12-03 17:48:14 +00:00
parent 29ad5915d6
commit ae369d770f
4 changed files with 11 additions and 13 deletions

View File

@@ -815,13 +815,13 @@ export default {
},
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, usertype fields
//I.E. Serial, usertype fields, ACTIVE
//Also, if it's a non-nullable Enum backed field then it should have a valid selection i.e. not zero if there is no zero
{
id: 0,
concurrency: 0,
name: null,
active: null,
active: false,
notes: null,
wiki: null,
customFields: "{}",