Bug 10634 - Use datatables for course details items table
Summary: Use datatables for course details items table
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Course reserves (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Kyle M Hall
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-23 16:38 UTC by Kyle M Hall
Modified: 2014-12-07 20:02 UTC (History)
1 user (show)

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


Attachments
Bug 10634 - Use datatables for course details items table (2.20 KB, patch)
2013-07-23 16:40 UTC, Kyle M Hall
Details | Diff | Splinter Review
Bug 10634 - Use datatables for course details items table (2.23 KB, patch)
2013-07-23 16:42 UTC, Kyle M Hall
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 10634 - Use datatables for course details items table (2.34 KB, patch)
2013-07-23 18:14 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 10634 - Use datatables for course details items table (2.34 KB, patch)
2013-09-04 09:21 UTC, Chris Cormack
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall 2013-07-23 16:38:16 UTC
We should make the course items table in the course details a datatable to enable searching or sorting.
Comment 1 Kyle M Hall 2013-07-23 16:40:22 UTC Comment hidden (obsolete)
Comment 2 Kyle M Hall 2013-07-23 16:42:07 UTC Comment hidden (obsolete)
Comment 3 Owen Leonard 2013-07-23 18:14:03 UTC Comment hidden (obsolete)
Comment 4 Chris Cormack 2013-09-04 09:21:04 UTC
Created attachment 20772 [details] [review]
Bug 10634 - Use datatables for course details items table

We should make the course items table in the course details a datatable
to enable searching or sorting.

Test Plan:
1) Apply this patch
2) View the details page for a course with items
3) Verify the table displays and is now a datatable

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Comment 5 Galen Charlton 2013-09-04 14:20:53 UTC
Pushed to master.  Thanks, Kyle!