feat(api): Немного сортировки в списках атрибутов

This commit is contained in:
Mikhail Kuznetsov
2025-09-25 09:01:37 +10:00
parent 9742f27a81
commit 6cc6dac4f7
2 changed files with 3 additions and 2 deletions

View File

@@ -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