From bf79b252ad011df752bc32d07910c7723d0dcd60 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Sun, 27 Dec 2020 13:12:01 +0100 Subject: [PATCH] remove "Remove All" --- .../filterable-dropdown/filterable-dropdown.component.html | 6 ------ .../filterable-dropdown/filterable-dropdown.component.ts | 6 ------ .../document-list/bulk-editor/bulk-editor.component.html | 6 ------ 3 files changed, 18 deletions(-) diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html index f9bf78b6c..58c831456 100644 --- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html +++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html @@ -19,12 +19,6 @@ -
diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts index e66966486..bffbb86e1 100644 --- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts +++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts @@ -67,18 +67,12 @@ export class FilterableDropdownComponent { @Input() singular: boolean = false - @Input() - showRemoveAll: boolean = false - @Output() toggle = new EventEmitter() @Output() open = new EventEmitter() - @Output() - removeAll = new EventEmitter() - @Output() editingComplete = new EventEmitter() diff --git a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html index f27d6d201..aa85fdb12 100644 --- a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html +++ b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -33,27 +33,21 @@ [toggleableItems]="tagsToggleableItems" [type]="dropdownTypes.Editing" [showCounts]="!selectionSpansPages" - [showRemoveAll]="selectionSpansPages" (open)="tagsDropdownOpen()" - (removeAll)="setTags(null)" (editingComplete)="setTags($event)">