Bug 25832

Summary: Add DataTables to MARC subfield structure admin page for authorities
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: caroline.cyr-la-rose, lucas
Version: master   
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
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
Same as bug 25471, but for the subfields listed for an authority type (framework)
Comment 1 Owen Leonard 2020-06-23 11:59:25 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.
Comment 2 ByWater Sandboxes 2020-07-03 08:24:55 UTC
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>
Comment 3 Katrin Fischer 2020-08-16 11:57:12 UTC
Retested... still works. Has been sitting for a while and is a simple change. Passing QA.
Comment 4 Jonathan Druart 2020-08-18 15:46:54 UTC
Pushed to master for 20.11, thanks to everybody involved!
Comment 5 Lucas Gass 2020-09-04 15:28:19 UTC
enhancement will not be backported to 20.05.x