From fb64aeb2d4edd31a93fd28ca46c57d0170195f93 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 27 Apr 2020 21:05:53 +0200 Subject: [PATCH] Fix pagination for tasks --- src/components/tasks/helpers/taskList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tasks/helpers/taskList.js b/src/components/tasks/helpers/taskList.js index b3a223640..4367573ae 100644 --- a/src/components/tasks/helpers/taskList.js +++ b/src/components/tasks/helpers/taskList.js @@ -130,7 +130,7 @@ export default { }, getRouteForPagination(page = 1, type = 'list') { return { - name: 'showListWithType', + name: 'list.' + type, params: { type: type },