mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix: clear selection after reload for management lists (#7421)
This commit is contained in:
parent
fd36323d1c
commit
c0ad82b695
@ -66,6 +66,7 @@ export class CorrespondentListComponent extends ManagementListComponent<Correspo
|
|||||||
|
|
||||||
public reloadData(): void {
|
public reloadData(): void {
|
||||||
this.isLoading = true
|
this.isLoading = true
|
||||||
|
this.clearSelection()
|
||||||
this.service
|
this.service
|
||||||
.listFiltered(
|
.listFiltered(
|
||||||
this.page,
|
this.page,
|
||||||
|
@ -132,6 +132,7 @@ export abstract class ManagementListComponent<T extends ObjectWithId>
|
|||||||
|
|
||||||
reloadData() {
|
reloadData() {
|
||||||
this.isLoading = true
|
this.isLoading = true
|
||||||
|
this.clearSelection()
|
||||||
this.service
|
this.service
|
||||||
.listFiltered(
|
.listFiltered(
|
||||||
this.page,
|
this.page,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user