Summary: | topissues doesn't take care of ccode. | ||
---|---|---|---|
Product: | Koha | Reporter: | Nahuel Angelinetti <nahuel.angelinetti> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
bugfix
Proposed fix |
Description
Chris Cormack
2010-05-21 01:10:55 UTC
The patch for this was pushed to 3.0.x, but I'm re-purposing this bug for HEAD. In testing the changes on the code in HEAD, I see that the patch only swaps the display of itemtypes with ccodes. There are no changes to the template to reflect this switch: - The table header should say "Collection," not "Item type." - The filter in the left-hand sidebar should offer a filter on collection code instead of item type. Created attachment 2295 [details] [review] Proposed fix - Change conditional to display filter in sidebar without EXPR - Enhance switch between ccode default and itemtype default searches - Enable preselect of submitted collection code in filter form, stealing code from opac-search.pl Successfully tested on current HEAD. Pushed, please test This bug is mentioned in: Fix for Bug 3459, topissues doesn't take care of ccode http://lists.koha-community.org/pipermail/koha-patches/2011-January/013601.html |