Skip to content

Commit

Permalink
Merge pull request #492 from oat-sa/hotfix/RFE-1283/show-results-in-r…
Browse files Browse the repository at this point in the history
…everse-chronological-order

Hotfix/rfe 1283/show results in reverse chronological order
  • Loading branch information
viktar-dzmitryieu-tao authored May 30, 2024
2 parents c48f25c + 89287e9 commit 117ebac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion views/js/component/results/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ define([
filter: self.config.searchable,
labels: {
filter: __('Search by delivery results')
}
},
sortby: 'timestamp',
sortorder: 'desc'
});
})
.catch(function (err) {
Expand Down
Loading

0 comments on commit 117ebac

Please sign in to comment.