mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
fix a couple issues with the bulk editor
This commit is contained in:
parent
b2327d6fde
commit
7f4cfc0b76
2 changed files with 3 additions and 5 deletions
|
|
@ -203,7 +203,7 @@ export class DocumentListViewService {
|
|||
this.selected.clear()
|
||||
}
|
||||
|
||||
private reduceSelectionToFilter() {
|
||||
reduceSelectionToFilter() {
|
||||
if (this.selected.size > 0) {
|
||||
this.documentService.listAllFilteredIds(this.filterRules).subscribe(ids => {
|
||||
let subset = new Set<number>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue