feat(salix): refs #7677 #7677 return more postcode fields
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
00dc58221e
commit
8fad522a3e
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue