https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38365 --- Comment #272 from David Cook <dcook@prosentient.com.au> --- (In reply to Jonathan Druart from comment #267)
(In reply to Jonathan Druart from comment #265)
(In reply to David Cook from comment #258)
(In reply to Jonathan Druart from comment #253)
And those ones when testing the UI: * cataloguing/value_builder/* (oops, all cataloguing plugins are broken) We might need to adjust the xt test and add_csp_nonces.pl to caught those files as well.
So these aren't actually broken. When I was first working on the patches, I thought they would be, but the script tags are actually already re-written by Koha/FrameworkPlugin.pm, so it adds the nonce to them. If you try out the cataloguing plugins, they should all work without any violation reports. See the patch labelled "Bug 38365: Fix nonce caching and add to framework plugin scripts".
I do see dozens of violations in the console when I edit a biblio: https://snipboard.io/X7OYJp.jpg
I cannot clone a subfield. And plugins don't work (tried with 100$a)
Is this when you're in "report-only" mode or in "enabled" mode? If you're in "enabled" mode, then yeah you'll have a number of problems in the intranet/staff interface, since it is still using inline event handlers. (As I note in my above comment, the 100$a doesn't use a plugin. It uses an inline event handler. The plugins used by things like the leader and 008 are fine.) -- You are receiving this mail because: You are watching all bug changes.