This commit is contained in:
parent
76a9db29c2
commit
d8e241740f
|
@ -256,10 +256,21 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"relation": "boss"
|
||||
"relation": "boss",
|
||||
"scope": {
|
||||
"fields": [
|
||||
"id",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"relation": "client"
|
||||
"relation": "client",
|
||||
"scope": {
|
||||
"fields": [
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"relation": "sip",
|
||||
|
@ -281,14 +292,16 @@
|
|||
"fields": [
|
||||
"id",
|
||||
"fiDueDate",
|
||||
"sex",
|
||||
"seniority",
|
||||
"fi",
|
||||
"isFreelance",
|
||||
"isSsDiscounted",
|
||||
"hasMachineryAuthorized",
|
||||
"isDisable",
|
||||
"birth"
|
||||
"birth",
|
||||
"educationLevelFk",
|
||||
"originCountryFk",
|
||||
"maritalStatus"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue