Skip to content

Commit

Permalink
Fix tag table query ordering problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed Mar 23, 2023
1 parent 8ebda57 commit d40b7f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ where lp.OrderingId > input.offset &&
lp.OrderingId <= input.maxOffset &&
!r.Deleted &&
lp.TagValue == input.tag
orderby r.Ordering
select r;
var mainRows = await query.ToListAsync();
Expand Down

0 comments on commit d40b7f9

Please sign in to comment.