Skip to content

Commit

Permalink
More UI symmetry for Removed items (#1752)
Browse files Browse the repository at this point in the history
* Show default selections

Post #1751 #703

Auto-merge
  • Loading branch information
Martii committed Sep 6, 2020
1 parent f7de5ba commit 5f179ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions controllers/moderation.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ exports.removedItemListPage = function (aReq, aRes, aNext) {
break;
default:
modelQuery.applyRemovedItemListQueryDefaults(removedItemListQuery, options, aReq);
options.filterUser = true;
options.filterScript = true;
options.filterComment = true;
options.filterDiscussion = true;
options.filterFlag = true;
options.filterGroup = true;
options.filterVote = true;
}

// removedItemListQuery: Pagination
Expand Down

0 comments on commit 5f179ac

Please sign in to comment.