Skip to content

Commit

Permalink
Show start date in sort order first
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Jan 24, 2020
1 parent d9cc64a commit f15a995
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/SortorderDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@ export default {
text: this.$t('tasks', 'Relevance'),
hint: this.$t('tasks', 'Sort by completed state, due date, priority, start date and summary.')
},
{
id: 'due',
icon: 'icon-due',
text: this.$t('tasks', 'Due date'),
hint: this.$t('tasks', 'Sort by due date and summary.')
},
{
id: 'start',
icon: 'icon-start',
text: this.$t('tasks', 'Start date'),
hint: this.$t('tasks', 'Sort by start date and summary.')
},
{
id: 'due',
icon: 'icon-due',
text: this.$t('tasks', 'Due date'),
hint: this.$t('tasks', 'Sort by due date and summary.')
},
{
id: 'created',
icon: 'icon-add',
Expand Down

0 comments on commit f15a995

Please sign in to comment.