https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275

Emmanuel Bétemps <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Patch doesn't apply

--- Comment #13 from Emmanuel Bétemps <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to