Bug 5496 - Ergonomic improvement in smart rule management
Summary: Ergonomic improvement in smart rule management
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: 3.4
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Bugs List
URL: /cgi-bin/koha/admin/smart-rules.pl
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 20:06 UTC by Owen Leonard
Modified: 2014-12-07 20:02 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2010-12-14 20:06:32 UTC
Propose patch:

- adds a jQuery table filter, useful when you have a lot of rows. This filter works on the entire row and allows you for example to type "Adul Perio 5".
- Indentation cleaning.
- Adds tabs to filter columns on 4 axes: All, Issues, Fines and Reserves.
- Moves the table filter to the right of the tabs.
Comment 1 Owen Leonard 2010-12-14 20:07:50 UTC
A copy of the patch can be found here: http://lists.koha-community.org/pipermail/koha-patches/2010-December/013179.html
Comment 2 Owen Leonard 2010-12-14 20:08:46 UTC
This change doesn't work for me. When I add data to the "All" tab, the data is saved correctly. However, when I add data to just the "Issues" tab, for instance, data in the other tabs is erased.
Comment 3 Chris Cormack 2010-12-14 20:09:57 UTC
Commit reverted.
Comment 4 dev_patches 2010-12-14 20:14:04 UTC
owen : this must be owed to the fact that the IssuingRules are not done with SQLHelper. 
This is already fixed on 3.4/BibLibre-admin branch