Back to bug 38846
Who | When | What | Removed | Added |
---|---|---|---|---|
dcook | 2025-01-08 00:12:03 UTC | See Also | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16734 | |
dcook | 2025-01-08 00:12:08 UTC | See Also | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38646 | |
dcook | 2025-01-08 00:12:15 UTC | Assignee | koha-bugs | dcook |
dcook | 2025-01-08 00:40:48 UTC | Status | NEW | Needs Signoff |
dcook | 2025-01-08 00:41:49 UTC | Summary | Only call getLanguages for advanced search pages | Function getLanguages is called unnecessarily for search result pages |
jonathan.druart | 2025-01-08 08:11:48 UTC | CC | jonathan.druart | |
martin.renvoize | 2025-01-08 13:54:41 UTC | Attachment #176213 Attachment is obsolete | 0 | 1 |
martin.renvoize | 2025-01-08 13:54:51 UTC | QA Contact | testopia | martin.renvoize |
CC | martin.renvoize | |||
Status | Needs Signoff | Signed Off | ||
martin.renvoize | 2025-01-08 13:54:55 UTC | Status | Signed Off | Passed QA |
katrin.fischer | 2025-01-10 18:21:21 UTC | Version(s) released in | 25.05.00 | |
Status | Passed QA | Pushed to main | ||
david | 2025-01-31 18:47:36 UTC | CC | david | |
Text to go in the release notes | This fixes OPAC and staff interface searching so that language option functions (C4::Languages::getLanguages) are only used on the advanced search pages and not the search result pages, where the output is not used. This should also help improve performance - this might be minor on a quiet system, but it could have an impact on a busier system (and reduces unnecessary database calls). |
Back to bug 38846