25 Aug
2026
25 Aug
'26
7:08 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42294 --- Comment #18 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 204081 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204081&action=edit Bug 42294: (follow-up) Fix initialisation of empty arrays in patron-search.inc When actions was not defined on template call (f.e. reserve/request.pl) it resolved to an empty string. This finally led to 'ARRAY(0x55c8872a7130)' interpolated in the template. This patch surrounds the brackets with single quotes so that the expression evaluates to an empty JS array. -- You are receiving this mail because: You are watching all bug changes.