Merge pull request 'feat: refs #7943 return only the required content' (!3148) from 7943-fixWorker into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #3148 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
ab145be1aa
|
@ -204,6 +204,15 @@
|
|||
]
|
||||
},
|
||||
"summary": {
|
||||
"fields": [
|
||||
"id",
|
||||
"firstName",
|
||||
"lastName",
|
||||
"bossFk",
|
||||
"sex",
|
||||
"phone",
|
||||
"mobileExtension"
|
||||
],
|
||||
"include": [
|
||||
{
|
||||
"relation": "user",
|
||||
|
|
Loading…
Reference in New Issue