Merge pull request 'refs #7396 fix worker model' (!2474) from 7396-addBasicDataWorker into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #2474 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
cbbd488674
|
@ -62,7 +62,23 @@
|
|||
},
|
||||
"isFreelance": {
|
||||
"type" : "boolean"
|
||||
},
|
||||
"fiDueDate": {
|
||||
"type": "date"
|
||||
},
|
||||
"hasMachineryAuthorized": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"seniority": {
|
||||
"type": "date"
|
||||
},
|
||||
"isDisable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isSsDiscounted": {
|
||||
"type": "boolean"
|
||||
}
|
||||
|
||||
},
|
||||
"relations": {
|
||||
"user": {
|
||||
|
|
Loading…
Reference in New Issue