Bug 9665

Summary: Staff client bibliographic record export missing some options available in the OPAC
Product: Koha Reporter: Owen Leonard <oleonard>
Component: Staff interfaceAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P5 - low CC: chris, dcook, gmcharlt, jonathan.druart, katrin.fischer, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 9663    
Bug Blocks: 10351    
Attachments: Bug 9665 - Staff client bibliographic record export missing some options available in the OPAC
Bug 9665 - Staff client bibliographic record export missing some options available in the OPAC
Bug 9665 [Revised] Staff client bibliographic record export missing some options available in the OPAC
Bug 9665 [Revised] Staff client bibliographic record export missing some options available in the OPAC
[SIGNED OFF] Bug 9665 [Revised] Staff client bibliographic record export missing some options available in the OPAC
Bug 9665 [Revised] Staff client bibliographic record export missing some options available in the OPAC
Bug 9665 : QA follow up fixing tabs

Description Owen Leonard 2013-02-19 18:00:32 UTC
The staff client lacks the "bibtex" and "ris" export options available in the OPAC as choices when saving an individual bibliographic record.
Comment 1 Owen Leonard 2013-02-19 18:08:27 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2013-02-25 09:10:41 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2013-02-28 09:53:54 UTC
The order is different between both interfaces. I think it would be more ergonomic to have the same order.
Owen, don't you think that?
Comment 4 Katrin Fischer 2013-03-26 22:13:26 UTC
Owen, this looks like it's still using YUI and it does not apply - can you take a look?
Comment 5 Owen Leonard 2013-05-31 15:08:34 UTC Comment hidden (obsolete)
Comment 6 Owen Leonard 2013-05-31 15:29:55 UTC Comment hidden (obsolete)
Comment 7 David Cook 2013-06-11 03:28:24 UTC Comment hidden (obsolete)
Comment 8 David Cook 2013-06-11 03:32:40 UTC
Works as described. Exported data in both formats.

--

As for Jonathan's comments, the order of the export options in the OPAC actually depends on the system preference "OpacExportOptions", so there is no guarantee that Bibtex will always be at the beginning at RIS at the end. You could play around with the order however you want. Moreover, you could choose to have some options and not others.

While I like the idea of keeping the order of both the same (for the sake of consistency), there is no guarantee of consistency. That said, I don't think it's necessary to tie the staff client options to "OpacExportOptions" or to make a separate system preference that controls which options appear and in which order in the staff client.

I think this works.
Comment 9 Chris Cormack 2013-06-13 08:40:58 UTC
Created attachment 18915 [details] [review]
Bug 9665 [Revised] Staff client bibliographic record export missing some options available in the OPAC

The OPAC offers RIS and BIBTEX as choices for bibliographic downloads,
but the staff client is missing these options. This patch adds them.

To test, view a record in the staff client (detail.pl, MARCdetail.pl,
etc.) and click the "Save..." toolbar button. BIBTEX and RIS should be
available and functional.

Revision reimplements the changes on the new Bootstrap version of the
menu.

Signed-off-by: David Cook <dcook@prosentient.com.au>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Comment 10 Chris Cormack 2013-06-13 08:41:17 UTC
Created attachment 18916 [details] [review]
Bug 9665 : QA follow up fixing tabs
Comment 11 Galen Charlton 2013-06-17 18:29:23 UTC
Pushed to master.  Thanks, Owen!
Comment 12 Tomás Cohen Arazi 2013-07-07 00:09:04 UTC
This patch has been pushed to 3.12.x, will be in 3.12.2.

Thanks Owen!