mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Adding the sorting for the archives
This commit is contained in:
committed by
rockstardev
parent
89cd1e507b
commit
6107990bf3
@@ -52,6 +52,7 @@ namespace BTCPayServer.Controllers
|
||||
{
|
||||
Stores = stores
|
||||
.Where(s => s.Archived == archived)
|
||||
.OrderBy(s => s.StoreName, StringComparer.InvariantCultureIgnoreCase)
|
||||
.Select(s => new ListStoresViewModel.StoreViewModel
|
||||
{
|
||||
StoreId = s.Id,
|
||||
|
||||
Reference in New Issue
Block a user