fix calendar-holiday model
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Bernat Exposito Domenech 2020-03-13 13:10:04 +01:00
parent 1f8f2d8ad7
commit f9abaa409a
1 changed files with 2 additions and 2 deletions

View File

@ -23,12 +23,12 @@
"detail": { "detail": {
"type": "belongsTo", "type": "belongsTo",
"model": "CalendarHolidaysName", "model": "CalendarHolidaysName",
"foreignKey": "holidayDetailFk" "foreignKey": "calendarHolidaysNameFk"
}, },
"type": { "type": {
"type": "belongsTo", "type": "belongsTo",
"model": "CalendarHolidaysType", "model": "CalendarHolidaysType",
"foreignKey": "holidayTypeFk" "foreignKey": "calendarHolidaysTypeFk"
}, },
"workCenter": { "workCenter": {
"type": "belongsTo", "type": "belongsTo",