Skip to content

Commit

Permalink
issues: fix issue sorting
Browse files Browse the repository at this point in the history
Uses the new `sort_date` field to sort issue into the holdings detail
view.

Co-authored-by: Renaud Michotte <renaud.michotte@gmail.com>
  • Loading branch information
zannkukai committed Jan 30, 2023
1 parent 9612060 commit b82acde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class SerialHoldingDetailViewComponent implements OnInit {
1,
this._receivedIssueCounter,
[], {}, null,
'-issue_expected_date'
'-issue_sort_date'
).subscribe((result: Record) => {
this.totalReceivedItems = this._recordService.totalHits(result.hits.total);
this.receivedItems = [];
Expand Down

0 comments on commit b82acde

Please sign in to comment.