Bug 22124: Update cataloguing plugin system to not generate type parameter in script tag
authorJosef Moravec <josef.moravec@gmail.com>
Mon, 14 Jan 2019 09:16:53 +0000 (09:16 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 1 Feb 2019 14:53:17 +0000 (14:53 +0000)
commitb27150cf9a4c62a636ed7d158e1fe44941de189b
tree8765856251854db8204bb55977c91aca6c5f217c
parent1debd138ca3603b7bf7fa0929553203c7bcbe2ac
Bug 22124: Update cataloguing plugin system to not generate type parameter in script tag

Test plan:
1) Apply the patch
2) Have defined some cataloguing plugin which generates javascript - for
example dateaccessioned.pl
3) Go to cataloguing/adding item and show source
-> there should be no type parameter in script tag in code added by
cataloguing pulgin
4) prove t/db_dependent/FrameworkPlugin.t

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit cadb7eaab2c9617551450f84acadff0d48a846b2)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/FrameworkPlugin.pm