[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
Fri Jul 14 19:55:11 CEST 2023


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle at bywatersolutions.com
             Status|Signed Off                  |Failed QA

--- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> ---
Couple of thing:
* Please update the unit tests
* Couldn't you just modify the template and pass the biblionumber from there?
It seems much simpler as a solution:
[% p.intranet_catalog_biblio_enhancements_toolbar_button | $raw %]
becomes
[% p.intranet_catalog_biblio_enhancements_toolbar_button(biblionumber) | $raw
%]

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


More information about the Koha-bugs mailing list