Summary: | Make Funds/Status on suggestions page sortable/searchable | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt |
Version: | 3.14 | ||
Hardware: | All | ||
OS: | All | ||
URL: | /cgi-bin/koha/suggestion/suggestion.pl | ||
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 11724 - Make Funds/Status on suggestions page sortable/searchable
[Signed off] Bug 11724 - Make Funds/Status on suggestions page sortable/searchable [PASSED QA] Bug 11724 - Make Funds/Status on suggestions page sortable/searchable |
Description
Katrin Fischer
2014-02-09 16:41:50 UTC
Created attachment 26363 [details] [review] Bug 11724 - Make Funds/Status on suggestions page sortable/searchable The fund and status columns on the suggestions page are not sortable or searchable. This patch makes them so. This patch also amends the DataTables configuration to use class-based targeting for sorting types as was decided on the koha-devel list. The table markup has been modified accordingly. To test you must have existing suggestions. Apply the patch and go to Acquisitions -> Suggestions. View the table of existing suggestions and confirm that the funds and status columns are sortable and searchable. Confirm that the title column correctly ignores articles when sorting. Created attachment 27515 [details] [review] [Signed off] Bug 11724 - Make Funds/Status on suggestions page sortable/searchable The fund and status columns on the suggestions page are not sortable or searchable. This patch makes them so. This patch also amends the DataTables configuration to use class-based targeting for sorting types as was decided on the koha-devel list. The table markup has been modified accordingly. To test you must have existing suggestions. Apply the patch and go to Acquisitions -> Suggestions. View the table of existing suggestions and confirm that the funds and status columns are sortable and searchable. Confirm that the title column correctly ignores articles when sorting. Signed-off-by: David Cook <dcook@prosentient.com.au> Works as described. Comment on attachment 26363 [details] [review] Bug 11724 - Make Funds/Status on suggestions page sortable/searchable Please remember to obsolete the original patch when signing off. Created attachment 27651 [details] [review] [PASSED QA] Bug 11724 - Make Funds/Status on suggestions page sortable/searchable The fund and status columns on the suggestions page are not sortable or searchable. This patch makes them so. This patch also amends the DataTables configuration to use class-based targeting for sorting types as was decided on the koha-devel list. The table markup has been modified accordingly. To test you must have existing suggestions. Apply the patch and go to Acquisitions -> Suggestions. View the table of existing suggestions and confirm that the funds and status columns are sortable and searchable. Confirm that the title column correctly ignores articles when sorting. Signed-off-by: David Cook <dcook@prosentient.com.au> Works as described. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works as described, template change only. Pushed to master. Thanks, Owen! |