https://bugs.kde.org/show_bug.cgi?id=313619
--- Comment #8 from Konrad Materka <[email protected]> --- Git commit 56144c185b0758e2e2a63330eb144797bd20e579 by Konrad Materka. Committed on 05/11/2019 at 12:04. Pushed by kmaterka into branch 'master'. Add "authenticate" action Summary: When printer/job requires authentication, for example SMB share, it is not possible to authenticate the job. This change adds "Authenticate" menu action. Part of the T11977 Test Plan: Add printer that requires authentincation, for example SMB share. Do not provide username nor password. Job will be held with status authentication error. Right click on the job, select "Authenticate" menu action. Reviewers: ndavis, dantti, ngraham, broulik Reviewed By: dantti Subscribers: kde-utils-devel Maniphest Tasks: T11977 Differential Revision: https://phabricator.kde.org/D25155 M +4 -0 libkcups/JobModel.cpp M +2 -1 libkcups/JobModel.h M +5 -0 libkcups/KCupsConnection.h M +15 -0 libkcups/KCupsJob.cpp M +3 -0 libkcups/KCupsJob.h M +5 -0 libkcups/KCupsPrinter.cpp M +1 -0 libkcups/KCupsPrinter.h M +10 -0 libkcups/KCupsRequest.cpp M +2 -0 libkcups/KCupsRequest.h M +135 -41 printqueue/PrintQueueUi.cpp M +1 -0 printqueue/PrintQueueUi.h https://commits.kde.org/print-manager/56144c185b0758e2e2a63330eb144797bd20e579 -- You are receiving this mail because: You are watching all bug changes.
