https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22671
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #129987|0 |1 is obsolete| | --- Comment #10 from Jonathan Druart <[email protected]> --- Created attachment 130814 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130814&action=edit Bug 22671: Show warning if browser doesn't support applicationCache This patch adds a check for browser support for the "applicationCache" feature required by the offline circulation tool. If the feature is not available, a message is shown to the user that offline circulation is disabled. To test, apply the patch and enable the AllowOfflineCirculation system preference. In a browser which supports applicationCache (Firefox < 81, Chrome < 94, Safari <= 15), go to Circulation -> Built-in offline circulation interface. - You should see the standard Offline Circulation menu options: Check out, check in, syncrhonize, etc. - Click "Synchronize," then "Download records." - The process should complete correctly, updating the "last synced" information on the page. Follow the same steps in a browser which has dropped support for applicationCache. As soon as you reach the built-in offline circulation page you should see a message, "Your browser is not compatible..." Signed-off-by: Martin Renvoize <[email protected]> Signed-off-by: Jonathan Druart <[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/
