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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
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/

Reply via email to