Skip to content
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

The attributes "output-bin" and "sides" cannot be set by IPP operation "IPP_OP_SET_PRINTER_ATTRIBUTES" #305

Closed
szlt5 opened this issue Nov 15, 2023 · 3 comments
Assignees
Labels
bug Something isn't working priority-medium
Milestone

Comments

@szlt5
Copy link

szlt5 commented Nov 15, 2023

Is your feature request related to a problem? Please describe.
The attributes "output-bin" and "sides" can be set on the web "localhost:8000/foo/printing" but cannot be set by the IPP operation "IPP_OP_SET_PRINTER_ATTRIBUTES". The two attributes are skipped in the function _papplPrinterSetAttributes()

Describe the solution you'd like
Is it possible to accept the two attributes in the function _papplPrinterSetAttributes()?

@michaelrsweet michaelrsweet self-assigned this Nov 15, 2023
@michaelrsweet michaelrsweet added bug Something isn't working priority-medium labels Nov 15, 2023
@michaelrsweet michaelrsweet added this to the Stable milestone Nov 15, 2023
@michaelrsweet
Copy link
Owner

Yes, for output-bin-default and sides-default. Looks like they are the only missing attributes...

@michaelrsweet
Copy link
Owner

[master 1dbeea3] Fix output-bin-default and sides-default support with Set-Printer-Attributes (Issue #305)

[v1.4.x 2fa7ed1] Fix output-bin-default and sides-default support with Set-Printer-Attributes (Issue #305)

@szlt5
Copy link
Author

szlt5 commented Nov 28, 2023

Checked, the output-bin-default and sides-default can be set now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-medium
Projects
None yet
Development

No branches or pull requests

2 participants