[Koha-bugs] [Bug 31994] Clicking the next button of a DataTable loading its data from the HTML does nothing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 7 18:28:51 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31994

--- Comment #7 from Olivier Hubert <olivier.hubert at 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.


More information about the Koha-bugs mailing list