Bugzilla – Attachment 45360 Details for
Bug 15292
Libris (Swedish national catalogue) item status service
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15292 - Libris ILS-DI item status (opac)
Bug-15292---Libris-ILS-DI-item-status-opac.patch (text/plain), 2.30 KB, created by
Martin Persson
on 2015-12-03 15:27:30 UTC
(
hide
)
Description:
Bug 15292 - Libris ILS-DI item status (opac)
Filename:
MIME Type:
Creator:
Martin Persson
Created:
2015-12-03 15:27:30 UTC
Size:
2.30 KB
patch
obsolete
>From a7040ca706bb26b2c86a1dff30b42e5577aaabfc Mon Sep 17 00:00:00 2001 >From: Martin Persson <xarragon@gmail.com> >Date: Thu, 3 Dec 2015 16:21:39 +0100 >Subject: [PATCH] Bug 15292 - Libris ILS-DI item status (opac) > >This patch adds the GetLibrisAvailability method >to the ILS-DI service endpoint in the OPAC. > >Sponsored-By: Halland County Library >--- > opac/ilsdi.pl | 26 ++++++++++++++------------ > 1 file changed, 14 insertions(+), 12 deletions(-) > >diff --git a/opac/ilsdi.pl b/opac/ilsdi.pl >index c53acc6..8481316 100755 >--- a/opac/ilsdi.pl >+++ b/opac/ilsdi.pl >@@ -49,6 +49,7 @@ my @services = ( > # 'HarvestBibliographicRecords', # OAI-PMH > # 'HarvestExpandedRecords', # OAI-PMH > 'GetAvailability', # FIXME Add bibbliographic level >+ 'GetLibrisAvailability', > > # 'GoToBibliographicRequestPage' # I don't understant this one > # Level 2: Elementary OPAC supplement >@@ -82,18 +83,19 @@ my @services = ( > > # List of required arguments > my %required = ( >- 'Describe' => ['verb'], >- 'GetAvailability' => [ 'id', 'id_type' ], >- 'GetRecords' => ['id'], >- 'GetAuthorityRecords' => ['id'], >- 'LookupPatron' => ['id'], >- 'AuthenticatePatron' => [ 'username', 'password' ], >- 'GetPatronInfo' => ['patron_id'], >- 'GetPatronStatus' => ['patron_id'], >- 'GetServices' => [ 'patron_id', 'item_id' ], >- 'RenewLoan' => [ 'patron_id', 'item_id' ], >- 'HoldTitle' => [ 'patron_id', 'bib_id', 'request_location' ], >- 'HoldItem' => [ 'patron_id', 'bib_id', 'item_id' ], >+ 'Describe' => ['verb'], >+ 'GetAvailability' => [ 'id', 'id_type' ], >+ 'GetLibrisAvailability' => [ 'id' ], >+ 'GetRecords' => ['id'], >+ 'GetAuthorityRecords' => ['id'], >+ 'LookupPatron' => ['id'], >+ 'AuthenticatePatron' => [ 'username', 'password' ], >+ 'GetPatronInfo' => ['patron_id'], >+ 'GetPatronStatus' => ['patron_id'], >+ 'GetServices' => [ 'patron_id', 'item_id' ], >+ 'RenewLoan' => [ 'patron_id', 'item_id' ], >+ 'HoldTitle' => [ 'patron_id', 'bib_id', 'request_location' ], >+ 'HoldItem' => [ 'patron_id', 'bib_id', 'item_id' ], > 'CancelHold' => [ 'patron_id', 'item_id' ], > ); > >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15292
:
45358
|
45359
| 45360 |
45363