[Bug 36621] New: provide built-in way to load css/js only for selected URL paths
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36621 Bug ID: 36621 Summary: provide built-in way to load css/js only for selected URL paths Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs@lists.koha-community.org Reporter: davewood@gmx.at QA Contact: testopia@bugs.koha-community.org it would be neat to have a built in way of selecting the paths the js/css hooks should be applied on. as opposed to checking if the current path matches the paths the plugin is supposed to be running in via CGI (`$self->{cgi}->script_name =~ m/addbiblio.pl/`) ps: especially since the CGI way requires you to initalize `$self->{cgi} = CGI->new` manually (possibly depending on the actual hook that is used) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36621 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.derscheid@lmscloud.de -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org