| Summary: | Remove jquery.cookie.js plugin | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | Templates | Assignee: | Owen Leonard <oleonard> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | jonathan.druart, kyle |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
22.05.00
|
|
| Circulation function: | |||
| Bug Depends on: | 11873, 23944, 23947, 24619, 24621, 24623, 24624, 24625, 27749, 27751, 29932, 29933, 29940 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 27750: Remove jquery.cookie.js plugin
Bug 27750: Remove jquery.cookie.js plugin Bug 27750: Remove jquery.cookie.js plugin |
||
|
Description
Owen Leonard
2021-02-22 15:17:10 UTC
What's next? Looks like we will get stuck by jstree koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.jstree.js: * Depends on the jquery.cookie plugin (In reply to Jonathan Druart from comment #1) > Looks like we will get stuck by jstree Bug 11873 upgrades jstree and removes the jquery.cookie plugin dependency. Created attachment 131118 [details] [review] Bug 27750: Remove jquery.cookie.js plugin This patch removes references to the jquery.cookie.js plugin which is now unused, replaced by js-cookie. Created attachment 133277 [details] [review] Bug 27750: Remove jquery.cookie.js plugin This patch removes references to the jquery.cookie.js plugin which is now unused, replaced by js-cookie. Created attachment 133532 [details] [review] Bug 27750: Remove jquery.cookie.js plugin This patch removes references to the jquery.cookie.js plugin which is now unused, replaced by js-cookie. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 22.05, thanks to everybody involved [U+1F984] |