From b643a68fa38154cbd69e04184a84fb08a0e4e235 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Thu, 8 Feb 2024 10:13:15 -0800
Subject: [PATCH] Enhancement: bulk delete objects (#5688)
---
docs/api.md | 9 +-
src-ui/messages.xlf | 335 ++++++++++--------
.../management-list.component.html | 5 +-
.../management-list.component.spec.ts | 42 ++-
.../management-list.component.ts | 41 ++-
.../rest/abstract-name-filter-service.spec.ts | 34 +-
.../rest/abstract-name-filter-service.ts | 26 +-
src-ui/src/environments/environment.prod.ts | 2 +-
src-ui/src/environments/environment.ts | 2 +-
src/documents/serialisers.py | 21 +-
src/documents/tests/test_api_objects.py | 115 ++++++
src/documents/tests/test_api_permissions.py | 46 ++-
src/documents/views.py | 68 ++--
src/paperless/settings.py | 2 +-
src/paperless/urls.py | 8 +-
15 files changed, 535 insertions(+), 221 deletions(-)
diff --git a/docs/api.md b/docs/api.md
index bd5154ada..fa32bf2aa 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -375,14 +375,15 @@ The following methods are supported:
### Objects
-Bulk editing for objects (tags, document types etc.) currently supports only updating permissions, using
-the endpoint: `/api/bulk_edit_object_perms/` which requires a json payload of the format:
+Bulk editing for objects (tags, document types etc.) currently supports set permissions or delete
+operations, using the endpoint: `/api/bulk_edit_objects/`, which requires a json payload of the format:
```json
{
"objects": [LIST_OF_OBJECT_IDS],
- "object_type": "tags", "correspondents", "document_types" or "storage_paths"
- "owner": OWNER_ID // optional
+ "object_type": "tags", "correspondents", "document_types" or "storage_paths",
+ "operation": "set_permissions" or "delete",
+ "owner": OWNER_ID, // optional
"permissions": { "view": { "users": [] ... }, "change": { ... } }, // (see 'set_permissions' format above)
"merge": true / false // defaults to false, see above
}
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index f2b356d9a..a959d9fb2 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -644,19 +644,19 @@
src/app/components/manage/management-list/management-list.component.html
- 48
+ 51
src/app/components/manage/management-list/management-list.component.html
- 48
+ 51
src/app/components/manage/management-list/management-list.component.html
- 48
+ 51
src/app/components/manage/management-list/management-list.component.html
- 48
+ 51
@@ -966,7 +966,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 78
+ 82
src/app/components/document-list/filter-editor/filter-editor.component.html
@@ -1262,35 +1262,35 @@
src/app/components/manage/management-list/management-list.component.html
- 17
+ 20
src/app/components/manage/management-list/management-list.component.html
- 17
+ 20
src/app/components/manage/management-list/management-list.component.html
- 17
+ 20
src/app/components/manage/management-list/management-list.component.html
- 17
+ 20
src/app/components/manage/management-list/management-list.component.html
- 34
+ 37
src/app/components/manage/management-list/management-list.component.html
- 34
+ 37
src/app/components/manage/management-list/management-list.component.html
- 34
+ 37
src/app/components/manage/management-list/management-list.component.html
- 34
+ 37
src/app/components/manage/workflows/workflows.component.html
@@ -1354,7 +1354,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 84
+ 88
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -1370,19 +1370,19 @@
src/app/components/manage/management-list/management-list.component.html
- 40
+ 43
src/app/components/manage/management-list/management-list.component.html
- 40
+ 43
src/app/components/manage/management-list/management-list.component.html
- 40
+ 43
src/app/components/manage/management-list/management-list.component.html
- 40
+ 43
src/app/components/manage/workflows/workflows.component.html
@@ -1429,7 +1429,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 136
+ 140
src/app/components/manage/custom-fields/custom-fields.component.html
@@ -1445,39 +1445,55 @@
src/app/components/manage/management-list/management-list.component.html
- 81
+ 9
src/app/components/manage/management-list/management-list.component.html
- 81
+ 9
src/app/components/manage/management-list/management-list.component.html
- 81
+ 9
src/app/components/manage/management-list/management-list.component.html
- 81
+ 9
src/app/components/manage/management-list/management-list.component.html
- 93
+ 84
src/app/components/manage/management-list/management-list.component.html
- 93
+ 84
src/app/components/manage/management-list/management-list.component.html
- 93
+ 84
src/app/components/manage/management-list/management-list.component.html
- 93
+ 84
+
+
+ src/app/components/manage/management-list/management-list.component.html
+ 96
+
+
+ src/app/components/manage/management-list/management-list.component.html
+ 96
+
+
+ src/app/components/manage/management-list/management-list.component.html
+ 96
+
+
+ src/app/components/manage/management-list/management-list.component.html
+ 96
src/app/components/manage/management-list/management-list.component.ts
- 205
+ 208
src/app/components/manage/workflows/workflows.component.html
@@ -1881,35 +1897,35 @@
src/app/components/manage/management-list/management-list.component.html
- 80
+ 83
src/app/components/manage/management-list/management-list.component.html
- 80
+ 83
src/app/components/manage/management-list/management-list.component.html
- 80
+ 83
src/app/components/manage/management-list/management-list.component.html
- 80
+ 83
src/app/components/manage/management-list/management-list.component.html
- 90
+ 93
src/app/components/manage/management-list/management-list.component.html
- 90
+ 93
src/app/components/manage/management-list/management-list.component.html
- 90
+ 93
src/app/components/manage/management-list/management-list.component.html
- 90
+ 93
src/app/components/manage/workflows/workflows.component.html
@@ -1985,11 +2001,11 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 489
+ 580
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 528
+ 619
src/app/components/manage/custom-fields/custom-fields.component.ts
@@ -2003,6 +2019,10 @@
src/app/components/manage/mail/mail.component.ts
173
+
+ src/app/components/manage/management-list/management-list.component.ts
+ 320
+
src/app/components/manage/workflows/workflows.component.ts
97
@@ -2024,7 +2044,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 530
+ 621
src/app/components/manage/custom-fields/custom-fields.component.ts
@@ -2038,6 +2058,10 @@
src/app/components/manage/mail/mail.component.ts
175
+
+ src/app/components/manage/management-list/management-list.component.ts
+ 322
+
src/app/components/manage/workflows/workflows.component.ts
99
@@ -2180,19 +2204,19 @@
src/app/components/manage/management-list/management-list.component.html
- 87
+ 90
src/app/components/manage/management-list/management-list.component.html
- 87
+ 90
src/app/components/manage/management-list/management-list.component.html
- 87
+ 90
src/app/components/manage/management-list/management-list.component.html
- 87
+ 90
@@ -2456,19 +2480,19 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 351
+ 356
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 391
+ 396
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 429
+ 434
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 467
+ 472
@@ -3713,18 +3737,45 @@
27
+
+ Create
+
+ src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
+ 50
+
+
+ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html
+ 64
+
+
+ src/app/components/manage/management-list/management-list.component.html
+ 12
+
+
+ src/app/components/manage/management-list/management-list.component.html
+ 12
+
+
+ src/app/components/manage/management-list/management-list.component.html
+ 12
+
+
+ src/app/components/manage/management-list/management-list.component.html
+ 12
+
+
Apply
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
- 49
+ 56
Click again to exclude items.
src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
- 55
+ 63
@@ -4248,29 +4299,6 @@
51
-
- Create
-
- src/app/components/common/share-links-dropdown/share-links-dropdown.component.html
- 64
-
-
- src/app/components/manage/management-list/management-list.component.html
- 9
-
-
- src/app/components/manage/management-list/management-list.component.html
- 9
-
-
- src/app/components/manage/management-list/management-list.component.html
- 9
-
-
- src/app/components/manage/management-list/management-list.component.html
- 9
-
-
1 day
@@ -4423,7 +4451,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 35
+ 36
src/app/components/document-list/document-list.component.html
@@ -4457,7 +4485,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 102
+ 106
src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -4590,7 +4618,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 296
+ 301
this string is used to separate processing, failed and added on the file upload widget
@@ -4683,7 +4711,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 87
+ 91
@@ -4744,7 +4772,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 48
+ 50
src/app/components/document-list/document-list.component.html
@@ -4767,7 +4795,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 61
+ 64
src/app/components/document-list/document-list.component.html
@@ -4994,7 +5022,11 @@
src/app/components/manage/management-list/management-list.component.ts
- 201
+ 204
+
+
+ src/app/components/manage/management-list/management-list.component.ts
+ 318
@@ -5033,7 +5065,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 526
+ 617
@@ -5093,7 +5125,7 @@
Filter correspondents
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 36
+ 37
src/app/components/document-list/filter-editor/filter-editor.component.html
@@ -5104,7 +5136,7 @@
Filter document types
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 49
+ 51
src/app/components/document-list/filter-editor/filter-editor.component.html
@@ -5115,7 +5147,7 @@
Filter storage paths
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 62
+ 65
src/app/components/document-list/filter-editor/filter-editor.component.html
@@ -5126,53 +5158,53 @@
Include:
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 108
+ 112
Archived files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 112,114
+ 116,118
Original files
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 118,120
+ 122,124
Use formatted filename
src/app/components/document-list/bulk-editor/bulk-editor.component.html
- 125,127
+ 129,131
Error executing bulk operation
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 213
+ 218
""
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 288
+ 293
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 294
+ 299
"" and ""
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 290
+ 295
This is for messages like 'modify "tag1" and "tag2"'
@@ -5180,7 +5212,7 @@
and ""
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 298,300
+ 303,305
this is for messages like 'modify "tag1", "tag2" and "tag3"'
@@ -5188,14 +5220,14 @@
Confirm tags assignment
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 315
+ 320
This operation will add the tag "" to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 321
+ 326
@@ -5204,14 +5236,14 @@
)"/> to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 326,328
+ 331,333
This operation will remove the tag "" from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 334
+ 339
@@ -5220,7 +5252,7 @@
)"/> from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 339,341
+ 344,346
@@ -5231,98 +5263,98 @@
)"/> on selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 343,347
+ 348,352
Confirm correspondent assignment
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 384
+ 389
This operation will assign the correspondent "" to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 386
+ 391
This operation will remove the correspondent from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 388
+ 393
Confirm document type assignment
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 422
+ 427
This operation will assign the document type "" to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 424
+ 429
This operation will remove the document type from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 426
+ 431
Confirm storage path assignment
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 460
+ 465
This operation will assign the storage path "" to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 462
+ 467
This operation will remove the storage path from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 464
+ 469
Delete confirm
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 487
+ 578
This operation will permanently delete selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 488
+ 579
Delete document(s)
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 491
+ 582
This operation will permanently redo OCR for selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 527
+ 618
@@ -6188,109 +6220,109 @@
src/app/components/manage/management-list/management-list.component.ts
- 301
+ 305
Filter by:
src/app/components/manage/management-list/management-list.component.html
- 16
+ 19
src/app/components/manage/management-list/management-list.component.html
- 16
+ 19
src/app/components/manage/management-list/management-list.component.html
- 16
+ 19
src/app/components/manage/management-list/management-list.component.html
- 16
+ 19
Matching
src/app/components/manage/management-list/management-list.component.html
- 35
+ 38
src/app/components/manage/management-list/management-list.component.html
- 35
+ 38
src/app/components/manage/management-list/management-list.component.html
- 35
+ 38
src/app/components/manage/management-list/management-list.component.html
- 35
+ 38
Document count
src/app/components/manage/management-list/management-list.component.html
- 36
+ 39
src/app/components/manage/management-list/management-list.component.html
- 36
+ 39
src/app/components/manage/management-list/management-list.component.html
- 36
+ 39
src/app/components/manage/management-list/management-list.component.html
- 36
+ 39
Filter Documents
src/app/components/manage/management-list/management-list.component.html
- 79
+ 82
src/app/components/manage/management-list/management-list.component.html
- 79
+ 82
src/app/components/manage/management-list/management-list.component.html
- 79
+ 82
src/app/components/manage/management-list/management-list.component.html
- 79
+ 82
{VAR_PLURAL, plural, =1 {One } other { total }}
src/app/components/manage/management-list/management-list.component.html
- 107
+ 110
src/app/components/manage/management-list/management-list.component.html
- 107
+ 110
src/app/components/manage/management-list/management-list.component.html
- 107
+ 110
src/app/components/manage/management-list/management-list.component.html
- 107
+ 110
Automatic
src/app/components/manage/management-list/management-list.component.ts
- 113
+ 116
src/app/data/matching-model.ts
@@ -6301,7 +6333,7 @@
None
src/app/components/manage/management-list/management-list.component.ts
- 115
+ 118
src/app/data/matching-model.ts
@@ -6312,49 +6344,70 @@
Successfully created .
src/app/components/manage/management-list/management-list.component.ts
- 158
+ 161
Error occurred while creating .
src/app/components/manage/management-list/management-list.component.ts
- 163
+ 166
Successfully updated .
src/app/components/manage/management-list/management-list.component.ts
- 178
+ 181
Error occurred while saving .
src/app/components/manage/management-list/management-list.component.ts
- 183
+ 186
Associated documents will not be deleted.
src/app/components/manage/management-list/management-list.component.ts
- 203
+ 206
Error while deleting element
src/app/components/manage/management-list/management-list.component.ts
- 219
+ 222
Permissions updated successfully
src/app/components/manage/management-list/management-list.component.ts
- 294
+ 298
+
+
+
+ This operation will permanently delete all objects.
+
+ src/app/components/manage/management-list/management-list.component.ts
+ 319
+
+
+
+ Objects deleted successfully
+
+ src/app/components/manage/management-list/management-list.component.ts
+ 333
+
+
+
+ Error deleting objects
+
+ src/app/components/manage/management-list/management-list.component.ts
+ 339
diff --git a/src-ui/src/app/components/manage/management-list/management-list.component.html b/src-ui/src/app/components/manage/management-list/management-list.component.html
index 9d6cf87c5..58101c388 100644
--- a/src-ui/src/app/components/manage/management-list/management-list.component.html
+++ b/src-ui/src/app/components/manage/management-list/management-list.component.html
@@ -2,9 +2,12 @@
-