feat(api): Немного сортировки в списках атрибутов
This commit is contained in:
@@ -131,7 +131,7 @@ namespace PARR.API.MappingProfiles
|
||||
},
|
||||
Values = fieldGroup.Select(s => new UnitFieldValueResponse { Id = s.ValueId, Value = s.Value!.Value }).ToList()
|
||||
}
|
||||
)
|
||||
).OrderBy(o=>o.Field.Name)
|
||||
));
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user