feat(salix): refs #7677 #7677 return more postcode fields
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-08-19 12:45:06 +02:00
parent 00dc58221e
commit 8fad522a3e
1 changed files with 8 additions and 2 deletions

View File

@ -43,8 +43,14 @@ module.exports = Self => {
include: [{
relation: 'province',
scope: {
fields: ['id', 'name']
}
fields: ['id', 'name', 'countryFk'],
include: [
{
relation: 'country',
scope: {fields: ['id', 'name']},
},
],
},
}, {
relation: 'agencyMode',
scope: {