Summary: | Remove incorrect link to unused DataTables columnFilter plugin on staff client search history page | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | f.demians, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 13043 - Remove incorrect link to unused DataTables columnFilter plugin on staff client search history page
Bug 13043 - Remove incorrect link to unused DataTables columnFilter plugin on staff client search history page [PASSED QA] Bug 13043 - Remove incorrect link to unused DataTables columnFilter plugin on staff client search history page |
Description
Owen Leonard
2014-10-08 17:00:58 UTC
Created attachment 32071 [details] [review] Bug 13043 - Remove incorrect link to unused DataTables columnFilter plugin on staff client search history page The staff client search history page does not required the DataTables columnFilter plugin, so the link (which pointed to the wrong location anyway) can be removed. To test, apply the patch and view your search history in the staff client. Table sorter functions (sorting, paging, and searching) should work correctly for current and previous sessions of catalog and authority searches. Created attachment 32729 [details] [review] Bug 13043 - Remove incorrect link to unused DataTables columnFilter plugin on staff client search history page The staff client search history page does not required the DataTables columnFilter plugin, so the link (which pointed to the wrong location anyway) can be removed. To test, apply the patch and view your search history in the staff client. Table sorter functions (sorting, paging, and searching) should work correctly for current and previous sessions of catalog and authority searches. Signed-off-by: Frederic Demians <f.demians@tamil.fr> This patch just affects the staff search history page which is still fully functionnal after applying the patch. Created attachment 32730 [details] [review] [PASSED QA] Bug 13043 - Remove incorrect link to unused DataTables columnFilter plugin on staff client search history page The staff client search history page does not required the DataTables columnFilter plugin, so the link (which pointed to the wrong location anyway) can be removed. To test, apply the patch and view your search history in the staff client. Table sorter functions (sorting, paging, and searching) should work correctly for current and previous sessions of catalog and authority searches. Signed-off-by: Frederic Demians <f.demians@tamil.fr> This patch just affects the staff search history page which is still fully functionnal after applying the patch. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Patch pushed to master. Thanks Owen! |