Summary: | Koha's syspref search fails to find 'local' sysprefs | ||
---|---|---|---|
Product: | Koha | Reporter: | Mason James <mtj> |
Component: | System Administration | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 10235: Add DataTables filters on local use prefs
Bug 10235: Add DataTables filters on local use prefs Bug 10235: Add DataTables filters on local use prefs [PASSED QA] Bug 10235: Add DataTables filters on local use prefs |
Description
Mason James
2013-05-13 05:54:08 UTC
It would be nice if, at the very least, a search for local system preferences worked from the local use tab. Created attachment 37822 [details] [review] Bug 10235: Add DataTables filters on local use prefs There is no way to search for local use prefs. This patch provides an easy way to search for pref present in of local use prefs table. Test plan: 1/ Go on the system preferences administration page 2/ Click on the Local Use table 3/ Confirm you are able to filter the table by pref name or description using the DataTables filters on top of it. Created attachment 38740 [details] [review] Bug 10235: Add DataTables filters on local use prefs There is no way to search for local use prefs. This patch provides an easy way to search for pref present in of local use prefs table. Test plan: 1/ Go on the system preferences administration page 2/ Click on the Local Use table 3/ Confirm you are able to filter the table by pref name or description using the DataTables filters on top of it. Signed-off-by: Mark Tompsett <mtompset@hotmail.com> NOTE: Local use tab is distinct from other tabs, so implementing 'Search system preferences' across all tabs would be very difficult. This patch adds a filter to the Local Use tab, which nicely allows for filtering, as per Owen's suggestion in comment #2. Created attachment 38741 [details] [review] Bug 10235: Add DataTables filters on local use prefs There is no way to search for local use prefs. This patch provides an easy way to search for pref present in of local use prefs table. Test plan: 1/ Go on the system preferences administration page 2/ Click on the Local Use table 3/ Confirm you are able to filter the table by pref name or description using the DataTables filters on top of it. Signed-off-by: Mark Tompsett <mtompset@hotmail.com> NOTE: Local use tab is distinct from other tabs, so implementing 'Search system preferences' across all tabs would be very difficult. This patch adds a filter to the Local Use tab, which nicely allows for filtering, as per Owen's suggestion in comment #1. Created attachment 38779 [details] [review] [PASSED QA] Bug 10235: Add DataTables filters on local use prefs There is no way to search for local use prefs. This patch provides an easy way to search for pref present in of local use prefs table. Test plan: 1/ Go on the system preferences administration page 2/ Click on the Local Use table 3/ Confirm you are able to filter the table by pref name or description using the DataTables filters on top of it. Signed-off-by: Mark Tompsett <mtompset@hotmail.com> NOTE: Local use tab is distinct from other tabs, so implementing 'Search system preferences' across all tabs would be very difficult. This patch adds a filter to the Local Use tab, which nicely allows for filtering, as per Owen's suggestion in comment #1. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Patch pushed to master. Thanks Jonathan! |