mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Add homeCityId field (used by new filter test)
This commit is contained in:
@ -74,6 +74,15 @@
|
|||||||
"isEditable": true,
|
"isEditable": true,
|
||||||
"displayFormat": "%s"
|
"displayFormat": "%s"
|
||||||
},
|
},
|
||||||
|
"homeCityId": {
|
||||||
|
"name": "homeCityId",
|
||||||
|
"label": "Home City",
|
||||||
|
"type": "INTEGER",
|
||||||
|
"possibleValueSourceName": "city",
|
||||||
|
"isRequired": false,
|
||||||
|
"isEditable": true,
|
||||||
|
"displayFormat": "%s"
|
||||||
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"name": "email",
|
"name": "email",
|
||||||
"label": "Email",
|
"label": "Email",
|
||||||
|
Reference in New Issue
Block a user