mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Move back list reload for network action
This commit is contained in:
parent
a77c6919ec
commit
a47852b91e
@ -68,12 +68,12 @@ export class DocumentListComponent implements OnInit {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.list.savedView = view
|
this.list.savedView = view
|
||||||
|
this.list.reload()
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.list.savedView = null
|
this.list.savedView = null
|
||||||
}
|
|
||||||
|
|
||||||
this.list.reload()
|
this.list.reload()
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
this.rulesChanged()
|
this.rulesChanged()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user