Fixed bug in VegetableProperties

This commit is contained in:
Damien Broqua 2018-10-06 17:24:11 +02:00
parent abffdc9438
commit dcc78c725b
2 changed files with 6 additions and 5 deletions

View file

@ -181,9 +181,9 @@ class Vegetables {
'Type',
'Pictures',
{
model: models.vegetableProperties,
as: 'Properties',
include: ['Property']
model: models.vegetableProperties,
as: 'Properties',
include: ['Property']
}
]
})