mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(tasks): eliminate console error related to filtering
Also localize a group plans string
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
)
|
)
|
||||||
.row.tasks-navigation
|
.row.tasks-navigation
|
||||||
.col-12.col-md-4
|
.col-12.col-md-4
|
||||||
h1 Group's Tasks
|
h1 {{ $t('groupTasksTitle') }}
|
||||||
// @TODO: Abstract to component!
|
// @TODO: Abstract to component!
|
||||||
.col-12.col-md-4
|
.col-12.col-md-4
|
||||||
.input-group
|
.input-group
|
||||||
|
|||||||
@@ -446,7 +446,6 @@ export default {
|
|||||||
|
|
||||||
if (this.type !== 'todo') return;
|
if (this.type !== 'todo') return;
|
||||||
this.$root.$on('habitica::resync-requested', () => {
|
this.$root.$on('habitica::resync-requested', () => {
|
||||||
if (this.activeFilters.todo.label !== 'complete2') return;
|
|
||||||
this.loadCompletedTodos(true);
|
this.loadCompletedTodos(true);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user