fixed the order by id asc in the allowed entry types
This commit is contained in:
@@ -179,7 +179,7 @@ export class PrePopulateService {
|
||||
}),
|
||||
this.prisma.allowedEntryTypes.findMany({
|
||||
where: { isActive: true },
|
||||
orderBy: { allowedEntryTypeName: 'asc' }
|
||||
orderBy: { id: 'asc' }
|
||||
}),
|
||||
this.prisma.ageRestrictions.findMany({
|
||||
where: { isActive: true },
|
||||
|
||||
Reference in New Issue
Block a user