Summary: | Add DataTables to MARC subfield structure admin page for authorities | ||
---|---|---|---|
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: | caroline.cyr-la-rose, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25471 | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.11.00
|
|
Circulation function: | |||
Attachments: |
Bug 25832: Add DataTables to MARC subfield structure admin page for authorities
Bug 25832: Add DataTables to MARC subfield structure admin page for authorities |
Description
Katrin Fischer
2020-06-21 14:40:48 UTC
Created attachment 106200 [details] [review] Bug 25832: Add DataTables to MARC subfield structure admin page for authorities This patch adds DataTables sorting and filtering to the table of subfields shown on the Authority MARC subfield structure administration page. To test, apply the patch and go to Administration -> Authority types. - From the 'Actions' menu, select 'MARC structure.' - From the 'Actions' menu, select the 'Subfields' link for a tag with multiple subfields. - On the page showing all the subfields for the tag, confirm that the table is sorted by default by subfield and that sorting works correctly. - Confirm that the search form at the top of the table works. Created attachment 106490 [details] [review] Bug 25832: Add DataTables to MARC subfield structure admin page for authorities This patch adds DataTables sorting and filtering to the table of subfields shown on the Authority MARC subfield structure administration page. To test, apply the patch and go to Administration -> Authority types. - From the 'Actions' menu, select 'MARC structure.' - From the 'Actions' menu, select the 'Subfields' link for a tag with multiple subfields. - On the page showing all the subfields for the tag, confirm that the table is sorted by default by subfield and that sorting works correctly. - Confirm that the search form at the top of the table works. Signed-off-by: Katrin <katrin.fischer@bsz-bw.de> Retested... still works. Has been sitting for a while and is a simple change. Passing QA. Pushed to master for 20.11, thanks to everybody involved! enhancement will not be backported to 20.05.x |