[Koha-bugs] [Bug 17047] Mana webservice : share and use common information between Kohas

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 13 10:17:48 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047

Alex Arnaud <alex.arnaud at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex.arnaud at biblibre.com

--- Comment #16 from Alex Arnaud <alex.arnaud at biblibre.com> ---
Here is a test plan:

  - Install and run a Mana server as described in the README file:
http://git.biblibre.com/biblibre/koha-mana/blob/master/README.md,
  - apply this patch on Koha,
  - change the $MANA_IP variable in Koha/SharedContent.pm with the one used by
your Mana server (may be http://localhost:5000 for a local instance),
  - go to a subscription detail page
(cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=xx) and click on
the share button in the toolbar.
  - check that the subscription has been recorded in the Mana database
(subscription table),
  - in Koha, remove this subscription and the related frequency and numbering
pattern,
  - go to the biblio detail page of the related deleted subscription
(cgi-bin/koha/catalogue/detail.pl?biblionumber=xx),
  - click on New -> new subscription in the toolbar
  - click on next on the first step form. On the second step you should get the
message: " Frequency and Numbering pattern have been already proposed for this
subscription on Mana [...]",
  - click on "here", choose the subscription (Use) and finish the new
subscription.
  - check that the subscription has been created with the corresponding
frequency and numbering pattern.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list