mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Fix documentation by machine (family) getting invalid sort sequence.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Marechai.Services
|
||||
MagazineId = p.MagazineId,
|
||||
MachineId = p.MachineId,
|
||||
Machine = p.Machine.Name
|
||||
}).OrderBy(p => p.Machine).ThenBy(p => p.Magazine).ToListAsync();
|
||||
}).OrderBy(p => p.Machine).ToListAsync();
|
||||
|
||||
public async Task DeleteAsync(long id, string userId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user