Bug 9665 - Staff client bibliographic record export missing some options available in the OPAC
Summary: Staff client bibliographic record export missing some options available in th...
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact:
URL:
Keywords:
Depends on: 9663
Blocks: 10351
  Show dependency treegraph
 
Reported: 2013-02-19 18:00 UTC by Owen Leonard
Modified: 2014-12-07 20:03 UTC (History)
6 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 9665 - Staff client bibliographic record export missing some options available in the OPAC (3.87 KB, patch)
2013-02-19 18:08 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 9665 - Staff client bibliographic record export missing some options available in the OPAC (3.90 KB, patch)
2013-02-25 09:10 UTC, Chris Cormack
Details | Diff | Splinter Review
Bug 9665 [Revised] Staff client bibliographic record export missing some options available in the OPAC (4.30 KB, patch)
2013-05-31 15:08 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 9665 [Revised] Staff client bibliographic record export missing some options available in the OPAC (4.43 KB, patch)
2013-05-31 15:29 UTC, Owen Leonard
Details | Diff | Splinter Review
[SIGNED OFF] Bug 9665 [Revised] Staff client bibliographic record export missing some options available in the OPAC (4.46 KB, patch)
2013-06-11 03:28 UTC, David Cook
Details | Diff | Splinter Review
Bug 9665 [Revised] Staff client bibliographic record export missing some options available in the OPAC (4.51 KB, patch)
2013-06-13 08:40 UTC, Chris Cormack
Details | Diff | Splinter Review
Bug 9665 : QA follow up fixing tabs (3.16 KB, patch)
2013-06-13 08:41 UTC, Chris Cormack
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!