fix: refs #6553 fix back advanced summary
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
6ef0d2625d
commit
024ab8602d
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue