Skip to content
Snippets Groups Projects
Verified Commit bb2f6734 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Order by due date by default

parent 467b462d
Branches
Tags
1 merge request!9WIP: Tasks from gitlab
Pipeline #8682 failed
......@@ -109,7 +109,7 @@ import {CONFIG} from '@/repository'
export default {
mixins: [PageMixin],
props: {
defaultFilters: {type: Object, default: () => {return {assignee_id: 'None', state: 'opened', order_by: 'created_at', sort: 'desc'}}}
defaultFilters: {type: Object, default: () => {return {assignee_id: 'None', state: 'opened', order_by: 'due_date', sort: 'desc'}}}
},
components: {
IssueCard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment