3 May
2023
3 May
'23
10:35 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32748 --- Comment #17 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Jonathan Druart from comment #16)
Failing QA for comment 12. Thibaud, avoid GROUP_CONCAT, and just don't display the libraries from where the value is limited.
Also you should cache using the branchcode in the cache key, or you will get random wrong results.
Maybe to explain: GROUP_CONCAT creates an issue with <strict_sql_modes>1</strict_sql_modes>. If you have turned that off in koha-conf.xml you'll not see the error until you turn it back on. -- You are receiving this mail because: You are watching all bug changes.