7 Dec
2022
7 Dec
'22
6:28 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31994 --- Comment #7 from Olivier Hubert <olivier.hubert@inlibro.com> --- I figured it out. The problem only occurs if the Default Display Length was never updated through column_settings.pl. When that is the case, the default display length is used, and that variable is a string, not an int, therefore causing the issue. To reproduce, add the following before Step 3 of the test plan: 2a: Run the following SQL query: DELETE FROM tables_settings WHERE tablename = 'table_item_type'; If someone can confirm reproduction on master, I will update the test plan accordingly. -- You are receiving this mail because: You are watching all bug changes.