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

--- Comment #7 from Jonathan Druart <[email protected]> ---
Created attachment 200666
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200666&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]>

-- 
You are receiving this mail because:
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/

Reply via email to