Skip to content

Commit c18c519

Browse files
committed
fix(frontend): restore sort operation on available rows for combined lists instead of fetching and displaying different content from server
1 parent 5282a4a commit c18c519

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)