feat: added nickname in address
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jon Elias 2025-01-24 13:48:35 +01:00
parent f3cb2bd200
commit 034df6e8ea
1 changed files with 2 additions and 1 deletions

View File

@ -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: {