a
This commit is contained in:
parent
795c629e84
commit
4e5fee6aa9
@ -34,7 +34,7 @@ const extraMethods = {
|
|||||||
include: [{ model: models.Entity,
|
include: [{ model: models.Entity,
|
||||||
include: [{ model: models.EntityType, as:'types', where:{alias: 'partner'}}],
|
include: [{ model: models.EntityType, as:'types', where:{alias: 'partner'}}],
|
||||||
}],
|
}],
|
||||||
order: [[{ model: models.Entity }, 'name', 'asc'], [{ model: models.EventReservation }, 'description', 'asc']],
|
order: [[{ model: models.Entity }, 'name', 'asc']],
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user