https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28196
--- Comment #3 from Lucas Gass <[email protected]> --- My patch fixes the problem by changing browser.js. Perhaps a better solution would be to add the searchid into the links inside each of the templates that call browser.js. It seems to only be called in a handful of templates: root@kohadevbox:koha(master)$ git grep 'Asset.js("js/browser.js")' koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt: [% Asset.js("js/browser.js") | $raw %] koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt: [% Asset.js("js/browser.js") | $raw %] koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt: [% Asset.js("js/browser.js") | $raw %] koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt: [% Asset.js("js/browser.js") | $raw %] koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt: [% Asset.js("js/browser.js") | $raw %] koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt: [% Asset.js("js/browser.js") | $raw %] koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt: [% Asset.js("js/browser.js") | $raw %] koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt: [% Asset.js("js/browser.js") | $raw %] koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt:[% Asset.js("js/browser.js") | $raw %] koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt:[% Asset.js("js/browser.js") | $raw %] koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt: [% Asset.js("js/browser.js") | $raw %] -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
