mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Enhancement: log when pre-check fails for documents in trash (#7355)
This commit is contained in:
parent
839fb34c8e
commit
0ee85aae21
4 changed files with 105 additions and 20 deletions
|
|
@ -15,7 +15,9 @@ export enum FileStatusPhase {
|
|||
|
||||
export const FILE_STATUS_MESSAGES = {
|
||||
document_already_exists: $localize`Document already exists.`,
|
||||
document_already_exists_in_trash: $localize`Document already exists. Note: existing document is in the trash.`,
|
||||
asn_already_exists: $localize`Document with ASN already exists.`,
|
||||
asn_already_exists_in_trash: $localize`Document with ASN already exists. Note: existing document is in the trash.`,
|
||||
file_not_found: $localize`File not found.`,
|
||||
pre_consume_script_not_found: $localize`:Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation:Pre-consume script does not exist.`,
|
||||
pre_consume_script_error: $localize`: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.`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue