diff --git a/src/components/list/partials/filters.vue b/src/components/list/partials/filters.vue index 57fc4c5a1..47fa6f30d 100644 --- a/src/components/list/partials/filters.vue +++ b/src/components/list/partials/filters.vue @@ -18,18 +18,6 @@ {{ $t('filters.attributes.showDoneTasks') }} -
- -
- -
-
{{ $t('filters.attributes.sortAlphabetically') }} diff --git a/src/components/tasks/mixins/taskList.js b/src/components/tasks/mixins/taskList.js index 8361c6615..9b5bb7feb 100644 --- a/src/components/tasks/mixins/taskList.js +++ b/src/components/tasks/mixins/taskList.js @@ -46,10 +46,6 @@ export default { params = null, forceLoading = false, ) { - console.log( page ) - console.log( search ) - console.log( params ) - console.log( forceLoading ) // Because this function is triggered every time on topNavigation, we're putting a condition here to only load it when we actually want to show tasks // FIXME: This is a bit hacky -> Cleanup. if ( @@ -64,8 +60,6 @@ export default { params = this.params } - console.log( this.params ) - if (search !== '') { params.s = search } diff --git a/src/i18n/lang/cs-CZ.json b/src/i18n/lang/cs-CZ.json index bdba5a2af..8beae23e9 100644 --- a/src/i18n/lang/cs-CZ.json +++ b/src/i18n/lang/cs-CZ.json @@ -373,6 +373,7 @@ "includeNulls": "Zahrnout úkoly, které nemají nastavenou hodnotu", "requireAll": "Vyžaduje aby všechny filtry odpovídaly, aby se úkol zobrazil", "showDoneTasks": "Zobrazit dokončené úkoly", + "sortAlphabetically": "Sort Alphabetically", "enablePriority": "Povolit filtrování podle priority", "enablePercentDone": "Povolit filtrování dle dokončenosti", "dueDateRange": "Rozsah termínu", diff --git a/src/i18n/lang/de-DE.json b/src/i18n/lang/de-DE.json index 631d14162..fdf104808 100644 --- a/src/i18n/lang/de-DE.json +++ b/src/i18n/lang/de-DE.json @@ -373,6 +373,7 @@ "includeNulls": "Aufgaben ohne Werte einbeziehen", "requireAll": "Alle Filterkriterien müssen erfüllt sein, damit eine Aufgabe angezeigt wird", "showDoneTasks": "Erledigte Aufgaben anzeigen", + "sortAlphabetically": "Sort Alphabetically", "enablePriority": "Filter nach Priorität aktivieren", "enablePercentDone": "Filter nach % Erledigt aktivieren", "dueDateRange": "Fälligkeitsbereich", diff --git a/src/i18n/lang/de-swiss.json b/src/i18n/lang/de-swiss.json index e10df3b68..d84f38a1d 100644 --- a/src/i18n/lang/de-swiss.json +++ b/src/i18n/lang/de-swiss.json @@ -373,6 +373,7 @@ "includeNulls": "Uufgabe ohni Wert iihbezieh", "requireAll": "Alli Filter mend wahr sii, demits die Uufgab ahzeigt", "showDoneTasks": "Zeig die fertige Uufgabe", + "sortAlphabetically": "Sort Alphabetically", "enablePriority": "Filter nach Priorität aktiviere", "enablePercentDone": "Filter nach Prozent iihschalte", "dueDateRange": "Fälligkeitsberiich", diff --git a/src/i18n/lang/es-ES.json b/src/i18n/lang/es-ES.json index 09714acd6..62cc65bf3 100644 --- a/src/i18n/lang/es-ES.json +++ b/src/i18n/lang/es-ES.json @@ -373,6 +373,7 @@ "includeNulls": "Include Tasks which don't have a value set", "requireAll": "Require all filters to be true for a task to show up", "showDoneTasks": "Show Done Tasks", + "sortAlphabetically": "Sort Alphabetically", "enablePriority": "Enable Filter By Priority", "enablePercentDone": "Enable Filter By Percent Done", "dueDateRange": "Due Date Range", diff --git a/src/i18n/lang/fr-FR.json b/src/i18n/lang/fr-FR.json index 7a74847b5..3eafd71f0 100644 --- a/src/i18n/lang/fr-FR.json +++ b/src/i18n/lang/fr-FR.json @@ -373,6 +373,7 @@ "includeNulls": "Inclure les tâches sans valeurs", "requireAll": "Exiger tous les filtres pour qu’une tâche s’affiche", "showDoneTasks": "Afficher les tâches terminées", + "sortAlphabetically": "Sort Alphabetically", "enablePriority": "Activer le filtre par priorité", "enablePercentDone": "Par % d’achèvement", "dueDateRange": "Plage de dates d’échéance", diff --git a/src/i18n/lang/it-IT.json b/src/i18n/lang/it-IT.json index e80271390..b4abedb8a 100644 --- a/src/i18n/lang/it-IT.json +++ b/src/i18n/lang/it-IT.json @@ -373,6 +373,7 @@ "includeNulls": "Includi attività che non hanno un valore impostato", "requireAll": "Tutti i filtri devono essere veri affinché l'attività venga mostrata", "showDoneTasks": "Mostra Attività Fatte", + "sortAlphabetically": "Sort Alphabetically", "enablePriority": "Abilita Filtro Per Priorità", "enablePercentDone": "Abilitare Filtro Per Percentuale Fatta", "dueDateRange": "Intervallo Data Di Scadenza", diff --git a/src/i18n/lang/nl-NL.json b/src/i18n/lang/nl-NL.json index 09714acd6..62cc65bf3 100644 --- a/src/i18n/lang/nl-NL.json +++ b/src/i18n/lang/nl-NL.json @@ -373,6 +373,7 @@ "includeNulls": "Include Tasks which don't have a value set", "requireAll": "Require all filters to be true for a task to show up", "showDoneTasks": "Show Done Tasks", + "sortAlphabetically": "Sort Alphabetically", "enablePriority": "Enable Filter By Priority", "enablePercentDone": "Enable Filter By Percent Done", "dueDateRange": "Due Date Range", diff --git a/src/i18n/lang/pt-BR.json b/src/i18n/lang/pt-BR.json index 09714acd6..62cc65bf3 100644 --- a/src/i18n/lang/pt-BR.json +++ b/src/i18n/lang/pt-BR.json @@ -373,6 +373,7 @@ "includeNulls": "Include Tasks which don't have a value set", "requireAll": "Require all filters to be true for a task to show up", "showDoneTasks": "Show Done Tasks", + "sortAlphabetically": "Sort Alphabetically", "enablePriority": "Enable Filter By Priority", "enablePercentDone": "Enable Filter By Percent Done", "dueDateRange": "Due Date Range", diff --git a/src/i18n/lang/pt-PT.json b/src/i18n/lang/pt-PT.json index 09714acd6..62cc65bf3 100644 --- a/src/i18n/lang/pt-PT.json +++ b/src/i18n/lang/pt-PT.json @@ -373,6 +373,7 @@ "includeNulls": "Include Tasks which don't have a value set", "requireAll": "Require all filters to be true for a task to show up", "showDoneTasks": "Show Done Tasks", + "sortAlphabetically": "Sort Alphabetically", "enablePriority": "Enable Filter By Priority", "enablePercentDone": "Enable Filter By Percent Done", "dueDateRange": "Due Date Range", diff --git a/src/i18n/lang/ro-RO.json b/src/i18n/lang/ro-RO.json index 09714acd6..62cc65bf3 100644 --- a/src/i18n/lang/ro-RO.json +++ b/src/i18n/lang/ro-RO.json @@ -373,6 +373,7 @@ "includeNulls": "Include Tasks which don't have a value set", "requireAll": "Require all filters to be true for a task to show up", "showDoneTasks": "Show Done Tasks", + "sortAlphabetically": "Sort Alphabetically", "enablePriority": "Enable Filter By Priority", "enablePercentDone": "Enable Filter By Percent Done", "dueDateRange": "Due Date Range", diff --git a/src/i18n/lang/ru-RU.json b/src/i18n/lang/ru-RU.json index 6d79047db..263357412 100644 --- a/src/i18n/lang/ru-RU.json +++ b/src/i18n/lang/ru-RU.json @@ -373,6 +373,7 @@ "includeNulls": "Включать задачи, у которых не установлено значение", "requireAll": "Для отображения задачи требовать истинность всех фильтров", "showDoneTasks": "Показывать завершённые задачи", + "sortAlphabetically": "Sort Alphabetically", "enablePriority": "Вкл. фильтр по приоритету", "enablePercentDone": "По % завершения", "dueDateRange": "Диапазон срока", diff --git a/src/i18n/lang/sv-SE.json b/src/i18n/lang/sv-SE.json index 09714acd6..62cc65bf3 100644 --- a/src/i18n/lang/sv-SE.json +++ b/src/i18n/lang/sv-SE.json @@ -373,6 +373,7 @@ "includeNulls": "Include Tasks which don't have a value set", "requireAll": "Require all filters to be true for a task to show up", "showDoneTasks": "Show Done Tasks", + "sortAlphabetically": "Sort Alphabetically", "enablePriority": "Enable Filter By Priority", "enablePercentDone": "Enable Filter By Percent Done", "dueDateRange": "Due Date Range", diff --git a/src/i18n/lang/tr-TR.json b/src/i18n/lang/tr-TR.json index 09714acd6..62cc65bf3 100644 --- a/src/i18n/lang/tr-TR.json +++ b/src/i18n/lang/tr-TR.json @@ -373,6 +373,7 @@ "includeNulls": "Include Tasks which don't have a value set", "requireAll": "Require all filters to be true for a task to show up", "showDoneTasks": "Show Done Tasks", + "sortAlphabetically": "Sort Alphabetically", "enablePriority": "Enable Filter By Priority", "enablePercentDone": "Enable Filter By Percent Done", "dueDateRange": "Due Date Range", diff --git a/src/i18n/lang/vi-VN.json b/src/i18n/lang/vi-VN.json index 9453e1a28..cb91e99aa 100644 --- a/src/i18n/lang/vi-VN.json +++ b/src/i18n/lang/vi-VN.json @@ -373,6 +373,7 @@ "includeNulls": "Bao gồm các Công việc không có bộ giá trị", "requireAll": "Yêu cầu tất cả các bộ lọc phải đúng để một công việc được hiển thị", "showDoneTasks": "Hiển thị các công việc đã hoàn thành", + "sortAlphabetically": "Sort Alphabetically", "enablePriority": "Bật Bộ lọc theo mức độ ưu tiên", "enablePercentDone": "Bật Bộ lọc theo tỉ lệ % hoàn thành", "dueDateRange": "Phạm vi ngày đến hạn",