Bug #645 no se pueden añadir greuges desde salix

This commit is contained in:
gerard 2018-09-07 08:27:26 +02:00
parent 8f4592f71f
commit 92b47466d7
1 changed files with 38 additions and 34 deletions

View File

@ -25,7 +25,12 @@
},
"created": {
"type": "date"
},
"greugeTypeFk": {
"type": "Number",
"required": true
}
},
"relations": {
"client": {
@ -36,8 +41,7 @@
"greugeType": {
"type": "belongsTo",
"model": "GreugeType",
"foreignKey": "greugeTypeFk",
"required": true
"foreignKey": "greugeTypeFk"
}
}
}