account role 100

This commit is contained in:
yuri
2018-09-21 13:29:17 +03:00
parent 690c873291
commit 8885bb87be
2 changed files with 3 additions and 3 deletions
@@ -92,7 +92,7 @@
"type": "varchar",
"notStorable": true,
"disabled": true,
"maxLength": 50
"maxLength": 100
},
"contactIsInactive": {
"type": "bool",
@@ -35,7 +35,7 @@
},
"title": {
"type": "varchar",
"maxLength": 50,
"maxLength": 100,
"notStorable": true,
"select": "accountContact.role",
"orderBy": "accountContact.role {direction}",
@@ -329,7 +329,7 @@
"additionalColumns": {
"role": {
"type": "varchar",
"len": 50
"len": 100
},
"isInactive": {
"type": "bool",