Retirado el parametro required por no utilizarse
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
3517bdea41
commit
259842c22d
|
@ -25,8 +25,7 @@
|
|||
"entry": {
|
||||
"type": "belongsTo",
|
||||
"model": "Entry",
|
||||
"foreignKey": "entryFk",
|
||||
"required": true
|
||||
"foreignKey": "entryFk"
|
||||
},
|
||||
"observationType": {
|
||||
"type": "belongsTo",
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
"ticket": {
|
||||
"type": "belongsTo",
|
||||
"model": "Ticket",
|
||||
"foreignKey": "ticketFk",
|
||||
"required": true
|
||||
"foreignKey": "ticketFk"
|
||||
},
|
||||
"observationType": {
|
||||
"type": "belongsTo",
|
||||
|
|
Loading…
Reference in New Issue