fix: refs #6553 remove business #3451

Merged
carlossa merged 1 commits from 6553-warnFixBusinessSummary into test 2025-02-13 11:14:16 +00:00
1 changed files with 0 additions and 33 deletions
Showing only changes of commit 1b7026fa00 - Show all commits

View File

@ -279,39 +279,6 @@
}
}
},
{
"relation": "business",
"scope": {
"fields": [
"id",
"started",
"ended",
"reasonEndFk",
"departmentFk",
"workerBusinessProfessionalCategoryFk"
],
"include":[
{
"relation": "department",
"scope": {
"fields": ["id", "name"]
}
},
{
"relation": "reasonEnd",
"scope": {
"fields": ["id", "reason"]
}
},
{
"relation": "workerBusinessProfessionalCategory",
"scope": {
"fields": ["id", "description"]
}
}
]
}
},
{
"relation": "boss",
"scope": {