Move next week/next month task overview pages into a single "Upcoming" page and allow toggle
This commit is contained in:
@ -181,7 +181,7 @@ export default new Router({
|
||||
component: TaskDetailView,
|
||||
},
|
||||
{
|
||||
path: '/tasks/by/:type',
|
||||
path: '/tasks/by/upcoming',
|
||||
name: 'tasks.range',
|
||||
component: ShowTasksInRangeComponent,
|
||||
},
|
||||
|
Reference in New Issue
Block a user