feat: added nickname in address
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
f3cb2bd200
commit
034df6e8ea
|
@ -72,7 +72,8 @@ module.exports = Self => {
|
|||
}, {
|
||||
relation: 'address',
|
||||
scope: {
|
||||
fields: ['street', 'city', 'provinceFk', 'phone', 'mobile', 'postalCode', 'isEqualizated'],
|
||||
fields: ['street', 'city', 'provinceFk', 'phone', 'mobile',
|
||||
'postalCode', 'isEqualizated', 'nickname'],
|
||||
include: {
|
||||
relation: 'province',
|
||||
scope: {
|
||||
|
|
Loading…
Reference in New Issue