https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14180
--- Comment #38 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 173383 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173383&action=edit Bug 14180: Add option to always load the issues table To test: 1. APPLY PATCH, updatedatebase, restart_all 2. Search for the system preference 'AlwaysLoadCheckoutsTable' and set it to 'Do'. 3. Go to 'circ/circulation.pl?borrowernumber=X' for a patron with checkouts. ( Check out tab ). 4. The table should load right away. 5. Go to 'members/moremember.pl?borrowernumber=X' for a patron with checkouts. ( Details tab ). 6. The table should load right way. 7. Set a value in the 'LoadCheckoutsTableDelay' system preference. 8. Back on 'circ/circulation.pl?borrowernumber=X', make sure the delay is honored. You should see a message like "Checkouts table will automatically load in X seconds". 9. The delay should NOT be honored on'members/moremember.pl?borrowernumber=X', that table should load right away/ 10. Turn off 'AlwaysLoadCheckoutsTable' and make sure the table does not load, or loads according to the cookie set when checking the 'Always show checkouts automatically' checkbox. Signed-off-by: Kelly <[email protected]> Signed-off-by: Tomas Cohen Arazi <[email protected]> -- 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/
