mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-12 21:44:21 -06:00
Fix: use original object for children in tag list (#11127)
This commit is contained in:
@@ -145,6 +145,10 @@ export abstract class ManagementListComponent<T extends MatchingModel>
|
||||
)
|
||||
}
|
||||
|
||||
public getOriginalObject(object: T): T {
|
||||
return this.unfilteredData.find((d) => d.id == object.id)
|
||||
}
|
||||
|
||||
reloadData(extraParams: { [key: string]: any } = null) {
|
||||
this.loading = true
|
||||
this.clearSelection()
|
||||
|
||||
Reference in New Issue
Block a user