Summary: | Export should not include the 'actions' column in Z3950 results | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | fridolin.somers, maryse.simard |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
19.11.00
|
|
Circulation function: | |||
Bug Depends on: | 23307 | ||
Bug Blocks: | |||
Attachments: |
Bug 23441: Export should not include the 'actions' column in Z3950 results.
Bug 23441: Export should not include the 'actions' column in Z3950 results. Bug 23441: Export should not include the 'actions' column in Z3950 results. |
Description
Martin Renvoize (ashimema)
2019-08-09 08:06:11 UTC
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 |