feat: refs #8246 added relation for the front's new field
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2025-01-07 07:12:33 +01:00
parent 7092226c01
commit ad0c1eb4c5
1 changed files with 5 additions and 0 deletions

View File

@ -84,6 +84,11 @@
"type": "belongsTo", "type": "belongsTo",
"model": "CustomsAgent", "model": "CustomsAgent",
"foreignKey": "customsAgentFk" "foreignKey": "customsAgentFk"
},
"postcode": {
"type": "belongsTo",
"model": "Postcode",
"foreignKey": "postalCode"
} }
} }
} }