mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
Fix: missing icon import, fix bulk edit cf messages
This commit is contained in:
parent
3f05b9f921
commit
6007b252d7
3 changed files with 31 additions and 28 deletions
|
|
@ -879,9 +879,7 @@ export class BulkEditorComponent
|
|||
|
||||
dialog.documents = Array.from(this.list.selected)
|
||||
dialog.succeeded.subscribe((result) => {
|
||||
this.toastService.showInfo(
|
||||
$localize`Bulk operation executed successfully`
|
||||
)
|
||||
this.toastService.showInfo($localize`Custom fields updated.`)
|
||||
this.list.reload()
|
||||
this.list.reduceSelectionToFilter()
|
||||
this.list.selected.forEach((id) => {
|
||||
|
|
@ -890,7 +888,7 @@ export class BulkEditorComponent
|
|||
})
|
||||
dialog.failed.subscribe((error) => {
|
||||
this.toastService.showError(
|
||||
$localize`Error executing bulk operation`,
|
||||
$localize`Error updating custom fields.`,
|
||||
error
|
||||
)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue