Skip to content

Commit

Permalink
Merge pull request #4770 from effective-webwork/correction-tasks-filter
Browse files Browse the repository at this point in the history
Show correction tasks by default
  • Loading branch information
Kathrin-Huber authored Oct 20, 2021
2 parents 6de29ef + d83200b commit 4f70af5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public void init() {
taskFilters.add(OTHER_USERS_TASKS_FILTER);

selectedTaskFilters = new LinkedList<>();
selectedTaskFilters.add(CORRECTION_TASKS_FILTER);
selectedTaskFilters.add(OTHER_USERS_TASKS_FILTER);

taskStatus = new LinkedList<>();
Expand Down

0 comments on commit 4f70af5

Please sign in to comment.