Merge pull request '#7323 add remaining fields' (!3220) from 7323-warfix-addRemainingFields into test
Reviewed-on: #3220 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
2335b57e05
|
@ -301,7 +301,19 @@
|
||||||
"birth",
|
"birth",
|
||||||
"educationLevelFk",
|
"educationLevelFk",
|
||||||
"originCountryFk",
|
"originCountryFk",
|
||||||
"maritalStatus"
|
"maritalStatus",
|
||||||
|
"SSN"
|
||||||
|
],
|
||||||
|
"include": [
|
||||||
|
{
|
||||||
|
"relation": "client",
|
||||||
|
"scope": {
|
||||||
|
"fields": [
|
||||||
|
"id",
|
||||||
|
"phone"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue