Skip to content

Commit 9aa4a35

Browse files
authored
Merge pull request #1668 from mercihabam/fix-sort
fix(frontend): restore sort operation on available rows for combined lists instead of fetching and displaying different content from server
2 parents b67ef26 + c18c519 commit 9aa4a35

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

modules/core/js_modules/actions/sortCombinedLists.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

modules/core/js_modules/route_handlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function applyMessageListPageHandlers(routeParams) {
145145
$('.combined_sort').val(routeParams.sort);
146146
}
147147
$('.combined_sort').on("change", function() {
148-
sortCombinedLists($(this).val());
148+
Hm_Message_List.sort($(this).val());
149149
});
150150

151151
// TODO: Refactor this handler to be more modular(applicable only for the imap list type)

0 commit comments

Comments
 (0)