update order

This commit is contained in:
2026-01-30 21:01:20 +03:30
parent fde120da3c
commit 5e5eeec5be
12 changed files with 189 additions and 256 deletions
@@ -75,7 +75,7 @@ export class FieldService {
return this.fieldRepository.find({
entityId
},
{ populate: ['options', 'options.value'] });
{ populate: ['options'] });
}
async findById(fieldId: number): Promise<Field> {