Summary: | In-built Offline circulation tool no longer working and should be removed | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Circulation | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | caroline.cyr-la-rose, dcook, fridolin.somers, gmcharlt, kyle.m.hall, pedro.amorim, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30370 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22211 |
||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Caroline Cyr La Rose | Documentation submission: | https://gitlab.com/koha-community/koha-manual/-/merge_requests/815 |
Text to go in the release notes: |
This removed the in-built Koha offline circulation tool that could be activated using the AllowOfflineCirculation system preference. This won't have any effect on the KOCT Firefox plugin or on the Windows desktop offline circulation tool.
|
Version(s) released in: |
23.11.00,23.05.02
|
Circulation function: | |||
Bug Depends on: | 22671 | ||
Bug Blocks: | |||
Attachments: |
Bug 33961: Remove built-in offline circ tool
Bug 33961: Remove built-in offline circ tool Bug 33961: Remove built-in offline circ tool Bug 33961: Remove built-in offline circ tool |
Description
Jonathan Druart
2023-06-08 14:41:35 UTC
And the desktop app for windows users. And this thread on the devel ML https://lists.koha-community.org/pipermail/koha-devel/2021-August/046672.html Created attachment 152209 [details] [review] Bug 33961: Remove built-in offline circ tool The tool has not been updated and is no longer working with modern browser. It should either be rewritten/adjusted or removed. Given that we didn't get complains its non-functional status, bugs related to this tool didn't get attention, and the community is lacking resources, I am suggesting to remove it and redirect users to the koct FF plugin that is known to be working. Test plan: See bug 10240 and use `git grep` to confirm that we are removing all tracks of this feature. Created attachment 152210 [details] [review] Bug 33961: Remove built-in offline circ tool The tool has not been updated and is no longer working with modern browser. It should either be rewritten/adjusted or removed. Given that we didn't get complains its non-functional status, bugs related to this tool didn't get attention, and the community is lacking resources, I am suggesting to remove it and redirect users to the koct FF plugin that is known to be working. Test plan: See bug 10240 and use `git grep` to confirm that we are removing all tracks of this feature. Created attachment 152237 [details] [review] Bug 33961: Remove built-in offline circ tool The tool has not been updated and is no longer working with modern browser. It should either be rewritten/adjusted or removed. Given that we didn't get complains its non-functional status, bugs related to this tool didn't get attention, and the community is lacking resources, I am suggesting to remove it and redirect users to the koct FF plugin that is known to be working. Test plan: See bug 10240 and use `git grep` to confirm that we are removing all tracks of this feature. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 152243 [details] [review] Bug 33961: Remove built-in offline circ tool The tool has not been updated and is no longer working with modern browser. It should either be rewritten/adjusted or removed. Given that we didn't get complains its non-functional status, bugs related to this tool didn't get attention, and the community is lacking resources, I am suggesting to remove it and redirect users to the koct FF plugin that is known to be working. Test plan: See bug 10240 and use `git grep` to confirm that we are removing all tracks of this feature. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 23.11. Nice work everyone, thanks! Thanks for all the hard work! Pushed to 23.05.x for the next release Not pushing to 22.11.x Still there in the manual at least there: https://koha-community.org/manual/23.05/en/html/circulationpreferences.html#allowofflinecirculation https://koha-community.org/manual/23.05/en/html/circulation.html#offline-circulation-in-koha In accordance with the "one manual (to rule them all)", I only added a bunch of notes to indicate that this was deprecated, rather than removing the section. |