Summary: | Search history page forms use 'GET' and this limits the number of entries that can be submitted | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Architecture, internals, and plumbing | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | fridolin.somers, jonathan.druart, martin.renvoize |
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: |
Bug 20911: Use 'POST' to submit search history forms
Bug 20911: Use 'POST' to submit search history forms Bug 20911: Use 'POST' to submit search history forms |
Description
Nick Clemens (kidclamp)
2018-06-11 15:31:32 UTC
Created attachment 75962 [details] [review] Bug 20911: Use 'POST' to submit search history forms To test: 1 - Enable EnableOpacSearchHistory and EnableSearchHistory 2 - Do some searches 3 - View your search history in staff/opac 4 - Confirm you can delete single or multiple rows 5 - Confirm other page functionality has not changed Created attachment 75966 [details] [review] Bug 20911: Use 'POST' to submit search history forms To test: 1 - Enable EnableOpacSearchHistory and EnableSearchHistory 2 - Do some searches 3 - View your search history in staff/opac 4 - Confirm you can delete single or multiple rows 5 - Confirm other page functionality has not changed Signed-off-by: Ed Veal <eveal@mckinneytexas.org> Created attachment 76002 [details] [review] Bug 20911: Use 'POST' to submit search history forms To test: 1 - Enable EnableOpacSearchHistory and EnableSearchHistory 2 - Do some searches 3 - View your search history in staff/opac 4 - Confirm you can delete single or multiple rows 5 - Confirm other page functionality has not changed Signed-off-by: Ed Veal <eveal@mckinneytexas.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Awesome work all! Pushed to master for 18.11 Pushed to 18.05.x for 18.05.01 Pushed to 17.11.x for 17.11.07 |