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