mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 00:46:08 -06:00
spacing.
This commit is contained in:
parent
3222579cb4
commit
9375bb103b
@ -12,7 +12,7 @@ namespace CarCareTracker.Controllers
|
||||
public IActionResult GetNotesByVehicleId(int vehicleId)
|
||||
{
|
||||
var result = _noteDataAccess.GetNotesByVehicleId(vehicleId);
|
||||
result = result.OrderByDescending(x => x.Pinned).ThenBy(x=>x.Description).ToList();
|
||||
result = result.OrderByDescending(x => x.Pinned).ThenBy(x => x.Description).ToList();
|
||||
return PartialView("_Notes", result);
|
||||
}
|
||||
[TypeFilter(typeof(CollaboratorFilter))]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user