From 52ab07c67382508b785033dcc3cbb5ec0669da5c Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Thu, 6 Feb 2025 16:47:50 -0800
Subject: [PATCH] Fix: deselect and trigger refresh for deleted documents from
bulk operations with "delete originals" (#8996)
---
src-ui/messages.xlf | 346 ++++++++--------
src-ui/src/app/app.component.spec.ts | 22 +-
src-ui/src/app/app.component.ts | 14 +-
.../saved-view-widget.component.spec.ts | 14 +-
.../saved-view-widget.component.ts | 6 +-
.../statistics-widget.component.spec.ts | 10 +-
.../statistics-widget.component.ts | 6 +-
.../upload-file-widget.component.spec.ts | 26 +-
.../upload-file-widget.component.ts | 35 +-
.../bulk-editor/bulk-editor.component.spec.ts | 1 +
.../bulk-editor/bulk-editor.component.ts | 3 +
.../document-list.component.spec.ts | 25 +-
.../document-list/document-list.component.ts | 10 +-
.../websocket-documents-deleted-message.ts | 3 +
...ssage.ts => websocket-progress-message.ts} | 2 +-
.../services/consumer-status.service.spec.ts | 326 ---------------
.../services/upload-documents.service.spec.ts | 26 +-
.../app/services/upload-documents.service.ts | 16 +-
.../services/websocket-status.service.spec.ts | 375 ++++++++++++++++++
...service.ts => websocket-status.service.ts} | 125 +++---
src/documents/bulk_edit.py | 4 +
src/documents/plugins/helpers.py | 46 ++-
src/paperless/consumers.py | 8 +-
src/paperless/tests/test_websockets.py | 112 +++++-
24 files changed, 897 insertions(+), 664 deletions(-)
create mode 100644 src-ui/src/app/data/websocket-documents-deleted-message.ts
rename src-ui/src/app/data/{websocket-consumer-status-message.ts => websocket-progress-message.ts} (77%)
delete mode 100644 src-ui/src/app/services/consumer-status.service.spec.ts
create mode 100644 src-ui/src/app/services/websocket-status.service.spec.ts
rename src-ui/src/app/services/{consumer-status.service.ts => websocket-status.service.ts} (71%)
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 65e25d8ba..9983e6b55 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -2549,15 +2549,15 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 793
+ 796
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 826
+ 829
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 845
+ 848
src/app/components/manage/custom-fields/custom-fields.component.ts
@@ -3143,27 +3143,27 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 436
+ 439
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 476
+ 479
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 514
+ 517
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 552
+ 555
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 614
+ 617
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 747
+ 750
@@ -6143,7 +6143,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 381
+ 384
this string is used to separate processing, failed and added on the file upload widget
@@ -6676,7 +6676,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 749
+ 752
@@ -6687,7 +6687,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 751
+ 754
@@ -6705,7 +6705,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 789
+ 792
@@ -6786,7 +6786,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 823
+ 826
@@ -6982,25 +6982,25 @@
Error executing bulk operation
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 285
+ 288
""
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 373
+ 376
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 379
+ 382
"" and ""
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 375
+ 378
This is for messages like 'modify "tag1" and "tag2"'
@@ -7008,7 +7008,7 @@
and ""
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 383,385
+ 386,388
this is for messages like 'modify "tag1", "tag2" and "tag3"'
@@ -7016,14 +7016,14 @@
Confirm tags assignment
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 400
+ 403
This operation will add the tag "" to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 406
+ 409
@@ -7032,14 +7032,14 @@
)"/> to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 411,413
+ 414,416
This operation will remove the tag "" from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 419
+ 422
@@ -7048,7 +7048,7 @@
)"/> from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 424,426
+ 427,429
@@ -7059,84 +7059,84 @@
)"/> on selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 428,432
+ 431,435
Confirm correspondent assignment
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 469
+ 472
This operation will assign the correspondent "" to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 471
+ 474
This operation will remove the correspondent from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 473
+ 476
Confirm document type assignment
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 507
+ 510
This operation will assign the document type "" to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 509
+ 512
This operation will remove the document type from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 511
+ 514
Confirm storage path assignment
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 545
+ 548
This operation will assign the storage path "" to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 547
+ 550
This operation will remove the storage path from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 549
+ 552
Confirm custom field assignment
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 578
+ 581
This operation will assign the custom field "" to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 584
+ 587
@@ -7145,14 +7145,14 @@
)"/> to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 589,591
+ 592,594
This operation will remove the custom field "" from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 597
+ 600
@@ -7161,7 +7161,7 @@
)"/> from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 602,604
+ 605,607
@@ -7172,70 +7172,70 @@
)"/> on selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 606,610
+ 609,613
Move selected document(s) to the trash?
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 748
+ 751
This operation will permanently recreate the archive files for selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 790
+ 793
The archive files will be re-generated with the current settings.
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 791
+ 794
This operation will permanently rotate the original version of document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 824
+ 827
Merge confirm
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 843
+ 846
This operation will merge selected documents into a new document.
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 844
+ 847
Merged document will be queued for consumption.
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 860
+ 863
Custom fields updated.
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 882
+ 885
Error updating custom fields.
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 891
+ 894
@@ -7414,7 +7414,7 @@
src/app/components/document-list/document-list.component.ts
- 310
+ 314
@@ -7425,7 +7425,7 @@
src/app/components/document-list/document-list.component.ts
- 303
+ 307
@@ -7668,42 +7668,42 @@
Reset filters / selection
src/app/components/document-list/document-list.component.ts
- 291
+ 295
Open first [selected] document
src/app/components/document-list/document-list.component.ts
- 319
+ 323
Previous page
src/app/components/document-list/document-list.component.ts
- 335
+ 339
Next page
src/app/components/document-list/document-list.component.ts
- 347
+ 351
View "" saved successfully.
src/app/components/document-list/document-list.component.ts
- 379
+ 383
View "" created successfully.
src/app/components/document-list/document-list.component.ts
- 422
+ 426
@@ -9233,122 +9233,6 @@
11
-
- Document already exists.
-
- src/app/services/consumer-status.service.ts
- 17
-
-
-
- Document already exists. Note: existing document is in the trash.
-
- src/app/services/consumer-status.service.ts
- 18
-
-
-
- Document with ASN already exists.
-
- src/app/services/consumer-status.service.ts
- 19
-
-
-
- Document with ASN already exists. Note: existing document is in the trash.
-
- src/app/services/consumer-status.service.ts
- 20
-
-
-
- File not found.
-
- src/app/services/consumer-status.service.ts
- 21
-
-
-
- Pre-consume script does not exist.
-
- src/app/services/consumer-status.service.ts
- 22
-
- Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation
-
-
- Error while executing pre-consume script.
-
- src/app/services/consumer-status.service.ts
- 23
-
- Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation
-
-
- Post-consume script does not exist.
-
- src/app/services/consumer-status.service.ts
- 24
-
- Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation
-
-
- Error while executing post-consume script.
-
- src/app/services/consumer-status.service.ts
- 25
-
- Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation
-
-
- Received new file.
-
- src/app/services/consumer-status.service.ts
- 26
-
-
-
- File type not supported.
-
- src/app/services/consumer-status.service.ts
- 27
-
-
-
- Processing document...
-
- src/app/services/consumer-status.service.ts
- 28
-
-
-
- Generating thumbnail...
-
- src/app/services/consumer-status.service.ts
- 29
-
-
-
- Retrieving date from document...
-
- src/app/services/consumer-status.service.ts
- 30
-
-
-
- Saving document...
-
- src/app/services/consumer-status.service.ts
- 31
-
-
-
- Finished.
-
- src/app/services/consumer-status.service.ts
- 32
-
-
You have unsaved changes to the document
@@ -9664,6 +9548,122 @@
70
+
+ Document already exists.
+
+ src/app/services/websocket-status.service.ts
+ 23
+
+
+
+ Document already exists. Note: existing document is in the trash.
+
+ src/app/services/websocket-status.service.ts
+ 24
+
+
+
+ Document with ASN already exists.
+
+ src/app/services/websocket-status.service.ts
+ 25
+
+
+
+ Document with ASN already exists. Note: existing document is in the trash.
+
+ src/app/services/websocket-status.service.ts
+ 26
+
+
+
+ File not found.
+
+ src/app/services/websocket-status.service.ts
+ 27
+
+
+
+ Pre-consume script does not exist.
+
+ src/app/services/websocket-status.service.ts
+ 28
+
+ Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation
+
+
+ Error while executing pre-consume script.
+
+ src/app/services/websocket-status.service.ts
+ 29
+
+ Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation
+
+
+ Post-consume script does not exist.
+
+ src/app/services/websocket-status.service.ts
+ 30
+
+ Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation
+
+
+ Error while executing post-consume script.
+
+ src/app/services/websocket-status.service.ts
+ 31
+
+ Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation
+
+
+ Received new file.
+
+ src/app/services/websocket-status.service.ts
+ 32
+
+
+
+ File type not supported.
+
+ src/app/services/websocket-status.service.ts
+ 33
+
+
+
+ Processing document...
+
+ src/app/services/websocket-status.service.ts
+ 34
+
+
+
+ Generating thumbnail...
+
+ src/app/services/websocket-status.service.ts
+ 35
+
+
+
+ Retrieving date from document...
+
+ src/app/services/websocket-status.service.ts
+ 36
+
+
+
+ Saving document...
+
+ src/app/services/websocket-status.service.ts
+ 37
+
+
+
+ Finished.
+
+ src/app/services/websocket-status.service.ts
+ 38
+
+