]> git.koha-community.org Git - koha.git/commit
Bug 37235: Fix export of single authority record
authorOwen Leonard <oleonard@myacpl.org>
Wed, 3 Jul 2024 17:46:50 +0000 (17:46 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 8 Jul 2024 15:49:19 +0000 (17:49 +0200)
commit6d6c4cc12c574e0b659046c36163352b78188e07
treeaa92be4ba34893e1a9a73215a3fd81c45fbfeedc
parent25d3e167d6b221de30df5db7b4d059d54d2047f6
Bug 37235: Fix export of single authority record

When viewing an authority record, you have the option to "Save" in
several different formats. This operation is a GET operation and the
script should not be looking for a "cud-" operation.

To test you should have at least one authority record.

- Apply the patch and go to Authorities.
- Perform an authority search which will return one or more records.
- View the details of an authority record.
- From the toolbar, test the "Save" option*

* Note: In my test the export choice "MADS (XML)" resulted in a
  zero-byte file but I'm assuming that is a separate issue.

Sponsored-by: Athens County Public Libraries
Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
authorities/export.pl