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)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 28 Jan 2019 14:53:35 +0000 (14:53 +0000)
commitcadb7eaab2c9617551450f84acadff0d48a846b2
tree0513332cad83e6518ee4d25654d3ab93845a0ecd
parent273656f84c9dbc49c8a3669c7994b8c0ea7f3522
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>
Koha/FrameworkPlugin.pm