https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41058
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes an error message release notes| |when viewing the checkouts | |table for patrons, under | |either the patron's check | |out and details sections in | |the staff interface, where: | |- the | |LoadCheckoutsTableDelay | |system preference is set | |(greater than zero) | |- "Always show checkouts | |automatically" is selected | | | |Clicking "Show checkouts" | |when "Checkouts table will | |show automatically in X | |seconds..." is shown | |resulted in a pop-error | |message, after the table | |with the list of checkouts | |was shown: | | Something went wrong when | |loading the table | | 200: OK. CC| |[email protected] --- Comment #9 from David Nind <[email protected]> --- Testing notes (using KTD): 1. Check out some items to a patron (I checked out two items to Mary Burton - 39999000000498, 39999000011418). 2. In either the patron's check out or details section, tick "Always show checkouts automatically". 3. Set the LoadCheckoutsTableDelay system preference to 5. 4. Go back to the patron's page - either the check out or details section. 5. Next to "Show checkouts", there is "Checkouts table will show automatically in 5 seconds..." 6. I found reproducing step 5 and the error described in the bug a bit hit in miss. This is what I did: . Sometimes the error message didn't show, other times it did . I switched between the check out and details section after selected and unselecting "Always show checkouts automatically" . When you do get "Checkouts table will show automatically in 5 seconds..." to show, click on the "Show checkouts" button . Don't do anything else after the check outs table is shown . Eventually (generally quite quickly, but sometimes a bit longer, it may be the time set for the LoadCheckoutsTableDelay system preference) this pop-up message is shown: Something went wrong when loading the table 200: OK. 7. Apply the patch, restart_all, clear your browser cache. 8. Repeat steps 5 and 6 - no pop-up error message is shown. 7. After the patch, and when you can get "Checkouts table will show automatically in 5 seconds..." to show, the pop-up error message no longer shows. -- 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/
