https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34813 Bug ID: 34813 Summary: Passing empty array from pl result in empty string in tt Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: jonathan.druart+koha@gmail.com QA Contact: testopia@bugs.koha-community.org See https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155782 Back from holiday, might be a bit rusty, but this is a weird behaviour. If you send test => [] from pl, [% test %] will display an empty string, and [% test.size %] won't display 0 We may need to check some occurrences of % git grep '\.size == 0' **/*.tt **/*.inc -- You are receiving this mail because: You are watching all bug changes.