simplified logic avoid filtering for unassigned and assigned at the same time
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
@@ -260,6 +260,9 @@ export default {
|
||||
}
|
||||
},
|
||||
setFilter() {
|
||||
if (this.filter.users.length > 0) {
|
||||
this.filter.unassigned = false
|
||||
}
|
||||
this.$nextTick(() => this.$store.dispatch('setFilter', { ...this.filter }))
|
||||
},
|
||||
toggleNav() {
|
||||
|
||||
Reference in New Issue
Block a user