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>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Owen Leonard 2019-08-09 11:43:42 +00:00 committed by Martin Renvoize
parent a8ddf55667
commit b9ab005159
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -125,7 +125,7 @@
[% IF Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' %]
<th>Additional fields</th>
[% END %]
<th>Actions</th>
<th class="noExport">Actions</th>
</tr>
</thead>
<tbody>