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)
committerJesse Maseto <jesse@bywatersolutions.com>
Wed, 6 Feb 2019 17:57:24 +0000 (17:57 +0000)
commitb73a4a79c54b200510714f669f563d1c79f8fe1a
treee07c38034dbe942742a101038291fcfc8ffc1a9d
parent7cc47deb40b0f969d7793efe7fb444169f613d8b
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>
(cherry picked from commit b27150cf9a4c62a636ed7d158e1fe44941de189b)

Signed-off-by: Jesse Maseto <jesse@bywatersolutions.com>
Koha/FrameworkPlugin.pm