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

Olivier Hubert <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #142679|0                           |1
        is obsolete|                            |

--- Comment #9 from Olivier Hubert <[email protected]> ---
Created attachment 145903
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145903&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. Run the following SQL query on the database:
   DELETE FROM tables_settings WHERE tablename = 'table_item_type';
2. Restart plack / memcached if using.
3. Open itemtypes.pl.
4. 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.
5. Click on the next button / link.
6. Notice that nothing happens.
7. Apply the patch.
8. Restart plack / memcached if using.
9. Reload itemtypes.pl.
10. Click on the next button / link.
11. 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/

Reply via email to