[Koha-bugs] [Bug 22671] Built-in offline circulation applicationCache errors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 18 14:36:59 CEST 2021


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

--- Comment #4 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 126433
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126433&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..."

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list