[Koha-bugs] [Bug 23237] Add support for [% INCLUDE %] in plugin templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 24 10:22:25 CET 2020


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

--- Comment #13 from Frédéric Demians <frederic at tamil.fr> ---
Created attachment 97862
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97862&action=edit
Bug 23237: Fix PLUGIN_DIR parameter in master/19.11

Method get_plugin_dir() is not correct when plugin_dirs parameter is repeated
in koha-conf.xml. A new method bundle_path() must be used instead.

bundle_dir() is available in 19.11 and after. So the new patch must not be
backported to 19.05 and 18.11. As it is the usage of the new template parameter
PLUGIN_DIR will be OK in 18.11 and 19.05 as soon as plugins_dir parameter is
unique in koha-conf.xml.

Thanks Thomas

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


More information about the Koha-bugs mailing list