30 Jun
2023
30 Jun
'23
3:59 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 --- Comment #145 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Just a note: JavaScript code from the test plan needs to have its quotes fixed in order to work: (function() { console.log('Hello from test1'); document.cookie = "test1=testing; domain=localhost; path=/; SameSite=None; Secure"; })(); -- You are receiving this mail because: You are watching all bug changes.