Skip to content

Commit

Permalink
Merge pull request #490 from oat-sa/fix/RFE-1283/change-results-order
Browse files Browse the repository at this point in the history
fix: change results order
  • Loading branch information
viktar-dzmitryieu-tao committed May 30, 2024
2 parents 17d7a11 + 7d68e23 commit 740bd82
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 740bd82

Please sign in to comment.