mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
Added job state 'cups-filter-crashed'.
Missing state caused periodic backtraces in the logs.
This commit is contained in:
committed by
Carlos Roca
parent
543ab4ec62
commit
d4f3510b28
@@ -65,6 +65,7 @@ class PrintingJob(models.Model):
|
||||
("none", "No reason"),
|
||||
("aborted-by-system", "Aborted by the system"),
|
||||
("compression-error", "Error in the compressed data"),
|
||||
("cups-filter-crashed", "CUPS filter crashed"),
|
||||
("document-access-error", "The URI cannot be accessed"),
|
||||
("document-format-error", "Error in the document"),
|
||||
("job-canceled-at-device", "Cancelled at the device"),
|
||||
@@ -72,7 +73,7 @@ class PrintingJob(models.Model):
|
||||
("job-canceled-by-user", "Cancelled by the user"),
|
||||
("job-completed-successfully", "Completed successfully"),
|
||||
("job-completed-with-errors", "Completed with some errors"),
|
||||
("job-completed(with-warnings", "Completed with some warnings"),
|
||||
("job-completed-with-warnings", "Completed with some warnings"),
|
||||
("job-data-insufficient", "No data has been received"),
|
||||
("job-hold-until-specified", "Currently held"),
|
||||
("job-incoming", "Files are currently being received"),
|
||||
|
||||
Reference in New Issue
Block a user