https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42850
Bug ID: 42850
Summary: ILL requests stylesheet is not installed
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Installation and upgrade (command-line installer)
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Target Milestone: ---
The ILL requests page includes css/ill-requests.css. This stylesheet is
generated from koha-tmpl/intranet-tmpl/prog/css/src/ill-requests.scss and
ignored by git.
On a package/source install, the generated file is not copied into blib because
Makefile.PL does not list it in the generated asset map. Asset.css cannot
resolve it, warns "File not found : css/ill-requests.css", and returns no link
tag.
Steps to reproduce:
1. Use a clean package or source-style install built from current main.
2. Open /cgi-bin/koha/ill/ill-requests.pl in the staff interface.
3. Inspect the page source/head and the intranet log.
Expected result:
The page includes a link tag for css/ill-requests.css and the intranet log has
no missing-asset warning for that file.
Actual result:
No css/ill-requests.css link tag is emitted and the intranet log warns: File
not found : css/ill-requests.css.
Technical note:
This follows the generated asset install mapping pattern from bug 32609 and bug
38779. Bug 30200 added the generated stylesheet and template include, but the
generated CSS was not added to Makefile.PL.
--
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/