[Bug 36275] New: The displayed values for Client ID and Secret need copy to clipboard buttons in apikeys.tt.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Bug ID: 36275 Summary: The displayed values for Client ID and Secret need copy to clipboard buttons in apikeys.tt. Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: paul.derscheid@lmscloud.de QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com It would be a quality of life improvement and make the copying less error prone as well. I can't count the number of times I inserted a leading space into a field for an endpoint test w/o noticing. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 --- Comment #1 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Created attachment 180263 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180263&action=edit Bug 36725: The displayed values for Client ID and Secret need copy to clipboard buttons in apikeys.tt This patch adds: - A new include with a prepared button that sets the passed copy_to_clipboard_value as the data-value attribute. - A script, which is an IIFE that can also be used elsewhere that then adds event listeners for clicks on the above buttons (or other buttons with data-copy-to-clipboard) - The included buttons and the associated js to apikeys.tt. To test: 1) Activate the RESTOAuth2ClientCredentials syspref. 2) Search for a patron, e.g. 42 3) Go to more -> Manage API keys 4) Generate a new client id/key pair 5) Notice that there are copy to clipboard buttons next to the client id and secret 6) Click one of them 7) Paste your clipboard into the top search input for example 8) Verify it works and the value is identical to the value you copied 9) Sign off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|The displayed values for |The displayed values for |Client ID and Secret need |Client ID and Secret need |copy to clipboard buttons |copy to clipboard buttons |in apikeys.tt. |in apikeys.tt --- Comment #2 from Paul Derscheid <paul.derscheid@lmscloud.de> --- If this fails because of the security context of localhost, try the ktd_proxy. With it, it works. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 --- Comment #3 from Emmanuel Bétemps <e.betemps@gmail.com> --- Created attachment 180299 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180299&action=edit Bug 36275: The displayed values for Client ID and Secret need copy to clipboard buttons in apikeys.tt This patch adds: - A new include with a prepared button that sets the passed copy_to_clipboard_value as the data-value attribute. - A script, which is an IIFE that can also be used elsewhere that then adds event listeners for clicks on the above buttons (or other buttons with data-copy-to-clipboard) - The included buttons and the associated js to apikeys.tt. To test: 1) Activate the RESTOAuth2ClientCredentials syspref. 2) Search for a patron, e.g. 42 3) Go to more -> Manage API keys 4) Generate a new client id/key pair 5) Notice that there are copy to clipboard buttons next to the client id and secret 6) Click one of them 7) Paste your clipboard into the top search input for example 8) Verify it works and the value is identical to the value you copied 9) Sign off https://bugs.koha-community.org/show_bug.cgi?id=36275 Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Emmanuel Bétemps <e.betemps@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |e.betemps@gmail.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180263|0 |1 is obsolete| | Attachment #180299|0 |1 is obsolete| | --- Comment #4 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 180307 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180307&action=edit Bug 36275: The displayed values for Client ID and Secret need copy to clipboard buttons in apikeys.tt This patch adds: - A new include with a prepared button that sets the passed copy_to_clipboard_value as the data-value attribute. - A script, which is an IIFE that can also be used elsewhere that then adds event listeners for clicks on the above buttons (or other buttons with data-copy-to-clipboard) - The included buttons and the associated js to apikeys.tt. To test: 1) Activate the RESTOAuth2ClientCredentials syspref. 2) Search for a patron, e.g. 42 3) Go to more -> Manage API keys 4) Generate a new client id/key pair 5) Notice that there are copy to clipboard buttons next to the client id and secret 6) Click one of them 7) Paste your clipboard into the top search input for example 8) Verify it works and the value is identical to the value you copied 9) Sign off https://bugs.koha-community.org/show_bug.cgi?id=36275 Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 --- Comment #5 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 180336 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180336&action=edit Bug 36275: (follow-up) Add tooltip feedback This patch adds some code to the copytoClipBoard function so that it triggers a Bootstrap tooltip with the text "Copied to clipboard", providing feedback to the user that something has happened. The tooltip self-destructs after a few seconds. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180336|0 |1 is obsolete| | --- Comment #6 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Created attachment 180339 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180339&action=edit Bug 36275: (follow-up) Add tooltip feedback This patch adds some code to the copytoClipBoard function so that it triggers a Bootstrap tooltip with the text "Copied to clipboard", providing feedback to the user that something has happened. The tooltip self-destructs after a few seconds. -- This is an awesome improvement, thanks Owen! Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 --- Comment #7 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Created attachment 180352 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180352&action=edit Bug 36275: (follow-up) Only show tooltip on successful copy Question is whether we should display anything on the failure case as well? Test plan stays the same. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Emmanuel Bétemps <e.betemps@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180307|0 |1 is obsolete| | --- Comment #8 from Emmanuel Bétemps <e.betemps@gmail.com> --- Created attachment 180368 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180368&action=edit Bug 36275: The displayed values for Client ID and Secret need copy to clipboard buttons in apikeys.tt This patch adds: - A new include with a prepared button that sets the passed copy_to_clipboard_value as the data-value attribute. - A script, which is an IIFE that can also be used elsewhere that then adds event listeners for clicks on the above buttons (or other buttons with data-copy-to-clipboard) - The included buttons and the associated js to apikeys.tt. To test: 1) Activate the RESTOAuth2ClientCredentials syspref. 2) Search for a patron, e.g. 42 3) Go to more -> Manage API keys 4) Generate a new client id/key pair 5) Notice that there are copy to clipboard buttons next to the client id and secret 6) Click one of them 7) Paste your clipboard into the top search input for example 8) Verify it works and the value is identical to the value you copied 9) Sign off https://bugs.koha-community.org/show_bug.cgi?id=36275 Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Emmanuel Bétemps <e.betemps@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180339|0 |1 is obsolete| | --- Comment #9 from Emmanuel Bétemps <e.betemps@gmail.com> --- Created attachment 180369 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180369&action=edit Bug 36275: (follow-up) Add tooltip feedback This patch adds some code to the copytoClipBoard function so that it triggers a Bootstrap tooltip with the text "Copied to clipboard", providing feedback to the user that something has happened. The tooltip self-destructs after a few seconds. Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Emmanuel Bétemps <e.betemps@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180352|0 |1 is obsolete| | --- Comment #10 from Emmanuel Bétemps <e.betemps@gmail.com> --- Created attachment 180370 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180370&action=edit Bug 36275: (follow-up) Only show tooltip on successful copy Question is whether we should display anything on the failure case as well? Test plan stays the same. Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Emmanuel Bétemps <e.betemps@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #11 from Emmanuel Bétemps <e.betemps@gmail.com> --- (In reply to Emmanuel Bétemps from comment #10)
Created attachment 180370 [details] [review] Bug 36275: (follow-up) Only show tooltip on successful copy
Question is whether we should display anything on the failure case as well?
I saw only successful copies so I don't know how it behaves (i.e what is displayed) when there's a failure with the tooltip how could I test that case ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 --- Comment #12 from Paul Derscheid <paul.derscheid@lmscloud.de> --- I think the easiest way to show that tooltip is not shown on error is to just add a line like: `throw new Error()` below the awaited copy to clipboard (in the try block). Then, the tooltip shouldn't display. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Emmanuel Bétemps <e.betemps@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #13 from Emmanuel Bétemps <e.betemps@gmail.com> --- Hi, I added the sentence to mask the mention in case of error; here is what it gives try { await navigator.clipboard.writeText(value); throw new Error() } catch (_) { return; the tooltip appears and when I click, there is no mention 'Copied to clipboard' BUT the clientID or Secret has been copied to go further, I wrote something else in the file and it really broke the copy-feature -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 --- Comment #14 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Yes, that is expected. The writeText method is still successful, we just recreate the behaviour of the failing Promise from: `await navigator.clipboard.writeText(value);`. So to actually mock the real behaviour, you would need to remove the above line temporarily. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #15 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Btw, patch doesn't apply means: git bz apply <bug number> throws an error. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Emmanuel Bétemps <e.betemps@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180368|0 |1 is obsolete| | --- Comment #16 from Emmanuel Bétemps <e.betemps@gmail.com> --- Created attachment 180405 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180405&action=edit Bug 36275: The displayed values for Client ID and Secret need copy to clipboard buttons in apikeys.tt This patch adds: - A new include with a prepared button that sets the passed copy_to_clipboard_value as the data-value attribute. - A script, which is an IIFE that can also be used elsewhere that then adds event listeners for clicks on the above buttons (or other buttons with data-copy-to-clipboard) - The included buttons and the associated js to apikeys.tt. To test: 1) Activate the RESTOAuth2ClientCredentials syspref. 2) Search for a patron, e.g. 42 3) Go to more -> Manage API keys 4) Generate a new client id/key pair 5) Notice that there are copy to clipboard buttons next to the client id and secret 6) Click one of them 7) Paste your clipboard into the top search input for example 8) Verify it works and the value is identical to the value you copied 9) Sign off https://bugs.koha-community.org/show_bug.cgi?id=36275 Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Emmanuel Bétemps <e.betemps@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180369|0 |1 is obsolete| | --- Comment #17 from Emmanuel Bétemps <e.betemps@gmail.com> --- Created attachment 180406 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180406&action=edit Bug 36275: (follow-up) Add tooltip feedback This patch adds some code to the copytoClipBoard function so that it triggers a Bootstrap tooltip with the text "Copied to clipboard", providing feedback to the user that something has happened. The tooltip self-destructs after a few seconds. Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Emmanuel Bétemps <e.betemps@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180370|0 |1 is obsolete| | --- Comment #18 from Emmanuel Bétemps <e.betemps@gmail.com> --- Created attachment 180407 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180407&action=edit Bug 36275: (follow-up) Only show tooltip on successful copy Question is whether we should display anything on the failure case as well? Test plan stays the same. Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Emmanuel Bétemps <e.betemps@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #19 from Emmanuel Bétemps <e.betemps@gmail.com> --- (In reply to Paul Derscheid from comment #15)
Btw, patch doesn't apply means: git bz apply <bug number> throws an error.
ok ! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180405|0 |1 is obsolete| | Attachment #180406|0 |1 is obsolete| | Attachment #180407|0 |1 is obsolete| | --- Comment #20 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 180448 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180448&action=edit Bug 36275: The displayed values for Client ID and Secret need copy to clipboard buttons in apikeys.tt This patch adds: - A new include with a prepared button that sets the passed copy_to_clipboard_value as the data-value attribute. - A script, which is an IIFE that can also be used elsewhere that then adds event listeners for clicks on the above buttons (or other buttons with data-copy-to-clipboard) - The included buttons and the associated js to apikeys.tt. To test: 1) Activate the RESTOAuth2ClientCredentials syspref. 2) Search for a patron, e.g. 42 3) Go to more -> Manage API keys 4) Generate a new client id/key pair 5) Notice that there are copy to clipboard buttons next to the client id and secret 6) Click one of them 7) Paste your clipboard into the top search input for example 8) Verify it works and the value is identical to the value you copied 9) Sign off https://bugs.koha-community.org/show_bug.cgi?id=36275 Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 --- Comment #21 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 180449 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180449&action=edit Bug 36275: (follow-up) Add tooltip feedback This patch adds some code to the copytoClipBoard function so that it triggers a Bootstrap tooltip with the text "Copied to clipboard", providing feedback to the user that something has happened. The tooltip self-destructs after a few seconds. Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 --- Comment #22 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 180450 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180450&action=edit Bug 36275: (follow-up) Only show tooltip on successful copy Question is whether we should display anything on the failure case as well? Test plan stays the same. Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |nick@bywatersolutions.com |y.org | Assignee|koha-bugs@lists.koha-commun |paul.derscheid@lmscloud.de |ity.org | Summary|The displayed values for |The displayed values for |Client ID and Secret need |'client ID' and 'secret' |copy to clipboard buttons |need copy to clipboard |in apikeys.tt |buttons when managing API | |keys in patron accounts Keywords| |release-notes-needed --- Comment #23 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- No assignee and no QA contact? ;) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |25.05.00 released in| | Status|Passed QA |Pushed to main -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 --- Comment #24 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Pushed for 25.05! Well done everyone, thank you! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Lisette Scheer <lisette@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisette@bywatersolutions.co | |m Keywords|release-notes-needed | Text to go in the| |This enhancement adds copy release notes| |buttons to the API keys in | |patron accounts to make it | |clear and easy to copy the | |values correctly. There is | |now a tooltip to indicate a | |successful copy. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m Status|Pushed to main |Needs documenting --- Comment #25 from Fridolin Somers <fridolin.somers@biblibre.com> --- Enhancement not pushed to 24.11.x -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org