Summary: | OPAC 'Showing only available items/Show all items' is double encoded | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | OPAC | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | 1joynelson, george, hayleypelham, jonathan.druart, rkuiper |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.05.00, 19.11.03, 19.05.08, 18.11.14
|
|
Circulation function: | |||
Bug Depends on: | 13618 | ||
Bug Blocks: | |||
Attachments: |
Bug 24371: Change URI filter to $raw
Bug 24371: Change URI filter to $raw Bug 24371: Fix "Show all items" avaibility link (use $raw filter) Bug 24371: Fix "Show all items" avaibility link (use $raw filter) - intra |
Description
Lucas Gass (lukeg)
2020-01-07 18:52:58 UTC
Created attachment 96953 [details] [review] Bug 24371: Change URI filter to $raw TO TEST: 1. Make an OPAC search with plenty of results. 2. Use the search facets to limit the search in some way, item type, author, etc. 3. Click on 'Limit to currently available items', everything is still fine. 4. Attempt to return to 'Show all items', there will be no search results. 5. Apply patch 6. Ateempt steps 1-4 again. 7. Should work this time. Created attachment 97060 [details] [review] Bug 24371: Change URI filter to $raw Signed-off-by: Rhonda Kuiper <rkuiper@roundrocktexas.gov> Created attachment 97164 [details] [review] Bug 24371: Fix "Show all items" avaibility link (use $raw filter) TO TEST: 1. Make an OPAC search with plenty of results. 2. Use the search facets to limit the search in some way, item type, author, etc. 3. Click on 'Limit to currently available items', everything is still fine. 4. Attempt to return to 'Show all items', there will be no search results. 5. Apply patch 6. Ateempt steps 1-4 again. 7. Should work this time. Signed-off-by: Rhonda Kuiper <rkuiper@roundrocktexas.gov> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Created attachment 97165 [details] [review] Bug 24371: Fix "Show all items" avaibility link (use $raw filter) - intra Same fix for the intranet side Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Nice work everyone! Pushed to master for 20.05 Pushed to 19.11.x branch for 19.11.03 backported to 19.05.x for 19.05.08 Backported to 18.11.x for 18.11.14. |