fix: refs #6553 fix back advanced summary
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2025-01-15 10:31:49 +01:00
parent 6ef0d2625d
commit 024ab8602d
1 changed files with 8 additions and 2 deletions

View File

@ -106,6 +106,11 @@
"model": "WorkerDepartment",
"foreignKey": "id"
},
"currentBusiness": {
"type": "belongsTo",
"model": "Business",
"foreignKey": "businessFk"
},
"collegues": {
"type": "hasMany",
"model": "WorkerTeamCollegues",
@ -344,7 +349,8 @@
"educationLevelFk",
"originCountryFk",
"maritalStatus",
"SSN"
"SSN",
"businessFk"
],
"include": [
{
@ -357,7 +363,7 @@
}
},
{
"relation": "business",
"relation": "currentBusiness",
"scope": {
"fields": [
"id",