Bug 23606

Summary: Add columns configuration and export options to item types administration
Product: Koha Reporter: Owen Leonard <oleonard>
Component: System AdministrationAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Katrin Fischer <katrin.fischer>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, katrin.fischer, maryse.simard
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
19.11.00
Bug Depends on: 23602    
Bug Blocks:    
Attachments: Bug 23606: Add columns configuration and export options to item types administration
Bug 23606: Add columns configuration and export options to item types administration
Bug 23606: Add columns configuration and export options to item types administration
Bug 23606: Add columns configuration and export options to item types administration

Description Owen Leonard 2019-09-13 12:51:09 UTC
I propose to add column configuration and export options to the item types administration page.
Comment 1 Owen Leonard 2019-09-13 13:25:49 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2019-09-13 16:21:51 UTC
I'll rebase this on top of Bug 23602.
Comment 3 Owen Leonard 2019-09-13 16:32:55 UTC Comment hidden (obsolete)
Comment 4 Maryse Simard 2019-09-20 19:46:51 UTC Comment hidden (obsolete)
Comment 5 Katrin Fischer 2019-10-02 14:10:35 UTC
Created attachment 93486 [details] [review]
Bug 23606: Add columns configuration and export options to item types administration

This patch adds column configuration to the table of item types
in administration. No new defaults for the table are defined.

To test, apply the patch and clear your browser cache if necessary.

 - Go to Administration -> Item types.
   - Test that the "Column visibility" button works to show and hide
     columns. The "actions" column should be excluded.
   - Test that export options (Excel, CSV, etc) exclude the "actions"
     column.
 - Go to Administration -> Columns settings and edit the default
   configuration of the item types table. Confirm that these
   changes are reflected in item tyeps administration.

Test with noItemTypeImages on and off.

Signed-off-by: Maryse Simard <maryse.simard@inlibro.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 6 Martin Renvoize 2019-10-07 13:10:38 UTC
Nice work!

Pushed to master for 19.11.00