Skip to content

Commit

Permalink
Sort users by id descending #826
Browse files Browse the repository at this point in the history
  • Loading branch information
geofranzi committed Oct 21, 2021
1 parent 5477e9b commit 3cbf30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Console/BExIS.Web.Shell/Areas/SAM/Views/Users/Index.cshtml
Expand Up @@ -59,8 +59,8 @@
})
.Sortable(sortable => sortable
.OrderBy(orderby => orderby
.Add(m => m.Name)
.Ascending()
.Add(m => m.Id)
.Descending()
)
)
)
Expand Down

0 comments on commit 3cbf30b

Please sign in to comment.