Fix bulk setting null owner / permissions

This commit is contained in:
Michael Shamoon
2022-12-13 23:26:23 -08:00
parent 01dbe13dbc
commit 71e7c502f3
8 changed files with 35 additions and 32 deletions

View File

@@ -80,6 +80,7 @@ export class SavedViewWidgetComponent
clickTag(tag: PaperlessTag, event: MouseEvent) {
event.preventDefault()
event.stopImmediatePropagation()
this.list.quickFilter([
{ rule_type: FILTER_HAS_TAGS_ALL, value: tag.id.toString() },