As mentioned in bug 23307 It would be nice if the "Actions" column could be dropped from the export (it's about 200 characters wide and there's no way to turn it off and it adds no value to the export) and if the "Additional fields" column could be included in options with the "Column settings" button if AdditionalFieldsInZ3950ResultSearch is configured.
Created attachment 92117 [details] [review] Bug 23441: Export should not include the 'actions' column in Z3950 results. This patch adds the "noExport" class to the table header for the Z39.50 search results "Actions" column. This class prevents the column from being included in DataTables export operations. To test, apply the patch and perform a Z39.50 search from Cataloging. On the search results page, click the "Export or print" button. Choose one of the export options and verify that in the resulting data there is no "Actions" column.
Created attachment 92121 [details] [review] Bug 23441: Export should not include the 'actions' column in Z3950 results. This patch adds the "noExport" class to the table header for the Z39.50 search results "Actions" column. This class prevents the column from being included in DataTables export operations. To test, apply the patch and perform a Z39.50 search from Cataloging. On the search results page, click the "Export or print" button. Choose one of the export options and verify that in the resulting data there is no "Actions" column. Signed-off-by: Maryse Simard <maryse.simard@inlibro.com>
Created attachment 92125 [details] [review] Bug 23441: Export should not include the 'actions' column in Z3950 results. This patch adds the "noExport" class to the table header for the Z39.50 search results "Actions" column. This class prevents the column from being included in DataTables export operations. To test, apply the patch and perform a Z39.50 search from Cataloging. On the search results page, click the "Export or print" button. Choose one of the export options and verify that in the resulting data there is no "Actions" column. Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Nice work! Pushed to master for 19.11.00
Depends on Bug 23307 not in 19.05.x