https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35717 --- Comment #37 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 172901 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=172901&action=edit Bug 35717: JS fixes Bug 37018 added validation to queries and `{"in":...}` is no longer valid. `{"-in":...}` is so this patch tweaks that. The previous patch fixes actual linking orders to suggestions. But not having orders linked highlighted the code explode because an empty array evaluates to `true` in Javascript. This patch fixes that too. The links generated by this patchset also get their components correctly escaped. -- You are receiving this mail because: You are watching all bug changes.