-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No event is generated when a job is held or released #1947
Comments
CUPS.org User: mike Fixed in Subversion repository. |
"str1947.patch": Index: ipp.c--- ipp.c (revision 5905) cupsdHoldJob(job);
@@ -8156,6 +8168,7 @@
cupsdLogMessage(CUPSD_LOG_DEBUG2, "set_job_attrs(%p[%d], %s)", con, cupsdLoadJob(job);
for (attr = con->request->attrs; attr; attr = attr->next)
@@ -8425,6 +8445,8 @@
@@ -8464,6 +8490,19 @@ /*
|
Version: 1.2-current
CUPS.org User: jlovell
No event is generated when a job is held or released.
As you said in email:
After a little testing this appears to be the only event that's missing.
Thanks!
The text was updated successfully, but these errors were encountered: