From d113826cf85eae478cd1c81ed47c7ba49d29db91 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Wed, 22 Jul 2026 08:28:49 -0700
Subject: [PATCH] Tweakhancement: allow some bulk operations with all (#13193)
---
.../bulk-editor/bulk-editor.component.html | 6 +--
.../bulk-editor/bulk-editor.component.spec.ts | 45 +++++++++++++++++++
.../bulk-editor/bulk-editor.component.ts | 8 ++++
3 files changed, 56 insertions(+), 3 deletions(-)
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 3f004cb7e..2ea56d4c4 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
@@ -103,13 +103,13 @@
class="btn btn-sm btn-outline-primary"
id="dropdownSend"
ngbDropdownToggle
- [disabled]="disabled || !list.hasSelection || list.allSelected"
+ [disabled]="disabled || !canSendSelection"
>
Send
-