#7828 makeCorrectCalls #2955

Merged
jorgep merged 8 commits from 7828-makeCorrectCalls into dev 2024-09-16 10:26:50 +00:00
1 changed files with 55 additions and 1 deletions
Showing only changes of commit edccd95fa1 - Show all commits

View File

@ -152,5 +152,59 @@
"principalType": "ROLE", "principalType": "ROLE",
"principalId": "$owner" "principalId": "$owner"
} }
],
"scopes": {
"descriptor": {
"fields": [
"id",
"phone"
],
"include": [
{
"relation": "user",
"scope": {
"fields": [
"name",
"nickname"
],
"include": {
"relation": "emailUser",
"scope": {
"fields": [
"email"
] ]
} }
}
}
},
{
"relation": "department",
"scope": {
"fields": [
"departmentFk"
],
"include": [
{
"relation": "department",
"scope": {
"fields": [
"id",
"name"
]
}
}
]
}
},
{
"relation": "sip",
"scope": {
"fields": [
"extension"
]
}
}
]
}
}
}