[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 Oct 26 18:35:36 CEST 2022


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

--- Comment #1 from Olivier Hubert <olivier.hubert at inlibro.com> ---
Created attachment 142679
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142679&action=edit
Bug 31994: DataTable next button does not work when using data in the HTML

This patch resolves the issue that occurs when the next button of a DataTable
with data straight from the HTML is clicked.

Test plan:
1. Open itemtypes.pl.
2. If there are fewer than 11 item types, create additional item types until
there are more than 10, so that the next button can be used.
3. Click on the next button / link.
4. Notice that nothing happens.
5. Apply the patch.
6. Restart plack / memcached if using.
7. Reload itemtypes.pl.
8. Click on the next button / link.
9. Notice that the next page is displayed.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list