8713-testToMaster #3523
|
@ -272,7 +272,8 @@
|
||||||
"relation": "department",
|
"relation": "department",
|
||||||
"scope": {
|
"scope": {
|
||||||
"fields": [
|
"fields": [
|
||||||
"id"
|
"id",
|
||||||
|
"name"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -289,14 +290,23 @@
|
||||||
"departmentFk",
|
"departmentFk",
|
||||||
"workerBusinessProfessionalCategoryFk"
|
"workerBusinessProfessionalCategoryFk"
|
||||||
],
|
],
|
||||||
"include": [
|
"include":[
|
||||||
|
{
|
||||||
|
"relation": "department",
|
||||||
|
"scope": {
|
||||||
|
"fields": ["id", "name"]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"relation": "reasonEnd",
|
"relation": "reasonEnd",
|
||||||
"scope": {
|
"scope": {
|
||||||
"fields": [
|
"fields": ["id", "reason"]
|
||||||
"id",
|
}
|
||||||
"reason"
|
},
|
||||||
]
|
{
|
||||||
|
"relation": "workerBusinessProfessionalCategory",
|
||||||
|
"scope": {
|
||||||
|
"fields": ["id", "description"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue