Added job state 'cups-filter-crashed'.

Missing state caused periodic backtraces in the logs.
This commit is contained in:
Florian Pose
2020-08-18 13:12:16 +02:00
committed by Carlos Roca
parent 543ab4ec62
commit d4f3510b28
24 changed files with 135 additions and 24 deletions

View File

@@ -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"),