Dont use document data from /documents API call for edit

This commit is contained in:
Michael Shamoon
2022-11-22 15:25:27 -08:00
parent 6d0d738b24
commit 5b0cc85776
10 changed files with 18 additions and 35 deletions

View File

@@ -72,7 +72,9 @@ export class SavedViewWidgetComponent implements OnInit, OnDestroy {
}
}
clickTag(tag: PaperlessTag) {
clickTag(tag: PaperlessTag, event: MouseEvent) {
event.preventDefault()
this.list.quickFilter([
{ rule_type: FILTER_HAS_TAGS_ALL, value: tag.id.toString() },
])