Prevent double record list fetch on re-drilldown
This commit is contained in:
parent
cf8de0f845
commit
5a4f9344be
@ -1804,11 +1804,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
setDrillDownFilter (drillDownFilter) {
|
setDrillDownFilter (drillDownFilter) {
|
||||||
if (this.activeFilters.includes(this.$t('recordList.drillDown.filter.label'))) {
|
if (!this.drillDownFilter) {
|
||||||
this.removeFilter(this.activeFilters.indexOf(this.$t('recordList.drillDown.filter.label')))
|
|
||||||
}
|
|
||||||
|
|
||||||
if (drillDownFilter) {
|
|
||||||
this.activeFilters.push(this.$t('recordList.drillDown.filter.label'))
|
this.activeFilters.push(this.$t('recordList.drillDown.filter.label'))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user