-
Notifications
You must be signed in to change notification settings - Fork 2
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
Allow update of printer profiles #43
Comments
Available in 2.1.0-beta1 release, https://github.com/ExLibrisGroup/alma-print-daemon/releases/tag/v2.1.0-beta1. Pre-release, use in test before rolling out to everyone. |
I tested the edit functionality this morning on 2.1.0-beta2 release and it seems to work as expected. That being said, considering #44 I'm not sure what is actually happening to the profiles when edited by multiple users. I'll perform some additional tests in coordination with a colleague later and get back to you. |
@dregad, thank you for testing this enhancement. Each user should have their own alma-print-config.json file in C:\Users<username>\AppData\Roaming\alma-print-daemon. |
Editing existing printer profiles available in version 2.1.0. |
* 2.1.0 Add ability to edit printer profiles, GitHub issue #43. Add ability to define a custom format with page height and width, GitHub issue #53 (sort of). * Use pre-2.0 method of printing if not running as a Windows service This is issues #53 and #55. Also fix GitHub issue #35. * Remove auto update Remove auto update and fix GitHub issue #35 during initial configuration. * Remove beta version indication
Currently (2.0.0-beta-03) the configuration dialog does not allow the user to edit existing printer profiles. To make a change, the only way is to delete the profile, then add it back.
This was not much of a problem before, but with the additional settings (paper format, margins, etc) that sometimes require some tweaking, it's becoming more of a hassle.
The text was updated successfully, but these errors were encountered: