This commit is contained in:
@@ -82,9 +82,9 @@ export class FieldService {
|
||||
|
||||
findAll(entityId: string) {
|
||||
return this.fieldRepository.find({
|
||||
entityId
|
||||
entityId,
|
||||
},
|
||||
{ populate: ['options'] });
|
||||
{ populate: ['options'], orderBy: { order: 'ASC' } });
|
||||
}
|
||||
|
||||
async findAllByIds(dto: FindFieldsGroupDto) {
|
||||
|
||||
Reference in New Issue
Block a user