https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42850

--- Comment #19 from Lucas Gass (lukeg) <[email protected]> ---
Created attachment 201839
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201839&action=edit
Bug 42850: Install generated ILL requests CSS

The ILL requests page loads css/ill-requests.css from the staff template. The
stylesheet is generated by build-resources.PL and ignored by git, but
Makefile.PL does not list it in the generated asset map.

As a result package installs do not copy the generated stylesheet into blib, so
Asset.css cannot find it and no link tag is emitted.

Add ill-requests.css to the generated staff CSS file map so it is installed
with the other generated staff stylesheets.

Test plan:

1. perl -c Makefile.PL

2. prove -v t/Makefile.t

3. Confirm that /cgi-bin/koha/ill/ill-requests.pl includes a link tag for
css/ill-requests.css on a package/source-style install.

Signed-off-by: David Cook <[email protected]>

Signed-off-by: Jonathan Druart <[email protected]>
Signed-off-by: Lucas Gass <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to