[Koha-bugs] [Bug 33758] Add a parameter to use the intranet_catalog_biblio_enhancements_toolbar_button Plugin hook

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 18 17:35:25 CEST 2023


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

--- Comment #1 from Nicolas Giraud <nicolas.giraud at inlibro.com> ---
Created attachment 151426
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151426&action=edit
Bug 33758 - Add a parameter to use the
intranet_catalog_biblio_enhancements_toolbar_button Plugin hook

This patch adds a parameter to call the method
intranet_catalog_biblio_enhancements_toolbar_button with a biblionumber in the
page catalogue/detail.pl.

Modification of cat-toolbar.inc to display new buttons correctly.

To test :
1. Apply the patch
2. Take a plugin who implements the method
intranet_catalog_biblio_enhancements_toolbar_button
3. Check if the parameter "biblionumber" is passed correctly at this method
4. Create the new button in HTML in the plugin method
(button must be like the ones that are in the toolbar of the page detail.pl)
5. Go to the page in browser and check if the new button is displayed

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


More information about the Koha-bugs mailing list