update order
This commit is contained in:
@@ -75,7 +75,7 @@ export class FieldService {
|
||||
return this.fieldRepository.find({
|
||||
entityId
|
||||
},
|
||||
{ populate: ['options', 'options.value'] });
|
||||
{ populate: ['options'] });
|
||||
}
|
||||
|
||||
async findById(fieldId: number): Promise<Field> {
|
||||
|
||||
Reference in New Issue
Block a user