https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31994
--- Comment #1 from Olivier Hubert <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
