Retirado el parametro required por no utilizarse
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Jorge Padawan 2020-12-23 13:32:58 +01:00
parent 3517bdea41
commit 259842c22d
2 changed files with 2 additions and 4 deletions

View File

@ -25,8 +25,7 @@
"entry": {
"type": "belongsTo",
"model": "Entry",
"foreignKey": "entryFk",
"required": true
"foreignKey": "entryFk"
},
"observationType": {
"type": "belongsTo",

View File

@ -25,8 +25,7 @@
"ticket": {
"type": "belongsTo",
"model": "Ticket",
"foreignKey": "ticketFk",
"required": true
"foreignKey": "ticketFk"
},
"observationType": {
"type": "belongsTo",