Bug 13043

Summary: Remove incorrect link to unused DataTables columnFilter plugin on staff client search history page
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: 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
The staff client search history page template links to jquery.dataTables.columnFilter.js, but the link is incorrect. The plugin is not used, so the link can be removed altogether.
Comment 1 Owen Leonard 2014-10-08 17:51:08 UTC Comment hidden (obsolete)
Comment 2 Frédéric Demians 2014-10-25 12:41:04 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-10-25 12:46:56 UTC
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>
Comment 4 Tomás Cohen Arazi (tcohen) 2014-11-06 16:53:50 UTC
Patch pushed to master.

Thanks Owen!