https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41058
Jan Kissig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This fixes an error message |This fixes an error message release notes|when viewing the checkouts |when viewing the checkouts |table for patrons, under |table for patrons, under |either the patron's check |the patron's check out |out and details sections in |section in the staff |the staff interface, where: |interface, where: |- the |- the |LoadCheckoutsTableDelay |LoadCheckoutsTableDelay |system preference is set |system preference is set |(greater than zero) |(greater than zero) |- "Always show checkouts |- "Always show checkouts |automatically" is selected |automatically" is selected | | |Clicking "Show checkouts" |Clicking "Show checkouts" |when "Checkouts table will |when "Checkouts table will |show automatically in X |show automatically in X |seconds..." is shown |seconds..." is shown |resulted in a pop-error |resulted in a pop-error |message, after the table |message, after the table |with the list of checkouts |with the list of checkouts |was shown: |was shown: | Something went wrong when | Something went wrong when |loading the table |loading the table | 200: OK. | 200: OK. --- Comment #13 from Jan Kissig <[email protected]> --- The patch works as intended. The delay is intended to work only on the check out page in order to prevent too many backend calls when checking out items. Now the intermediate click on 'show checkouts' won't raise an error when the table gets loaded finally. Note that 'show checkouts' on circulation.pl only works when AlwaysLoadCheckoutsTable is set to 'Don't'. -- 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/
