Merge branch 'dev' into feature-permissions

This commit is contained in:
Michael Shamoon 2022-12-09 17:54:14 -08:00
commit ceeb2da3fe
12 changed files with 36 additions and 34 deletions

View file

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