remove default empty string

This commit is contained in:
Yuri Kuznetsov
2023-05-04 16:51:20 +03:00
parent e6407bf292
commit fb1e4acd60
3 changed files with 5 additions and 11 deletions

View File

@@ -10,14 +10,12 @@
},
"firstName": {
"type": "varchar",
"maxLength": 100,
"default": ""
"maxLength": 100
},
"lastName": {
"type": "varchar",
"maxLength": 100,
"required": true,
"default": ""
"required": true
},
"accountAnyId": {
"notStorable": true,

View File

@@ -15,13 +15,11 @@
},
"firstName": {
"type": "varchar",
"maxLength": 100,
"default": ""
"maxLength": 100
},
"lastName": {
"type": "varchar",
"maxLength": 100,
"default": ""
"maxLength": 100
},
"title": {
"type": "varchar",
@@ -67,7 +65,6 @@
"view": "crm:views/lead/fields/industry",
"customizationOptionsDisabled": true,
"optionsReference": "Account.industry",
"default": "",
"isSorted": true
},
"opportunityAmount": {

View File

@@ -113,8 +113,7 @@
},
"signature": {
"type": "wysiwyg",
"view": "views/preferences/fields/signature",
"default": ""
"view": "views/preferences/fields/signature"
},
"defaultReminders": {
"type": "jsonArray",