[Koha-bugs] [Bug 10084] YUI path wrong in CCSR theme with packages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 29 18:20:38 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10084

--- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Marcel, this is due to the way pacakges handle yui stuff: it relies on yui
provided by libyui-js, and thus instead of using the internal one, it deletes
it ("scope of the install" in the sense you wrote) and creates a symbolic link
to the installed via packages one.

The main problem (and thus the weirdness of the patch, which mimics what is
done already) is that the dir structure Koha uses differs from the standard
(the one the package provides), and we need to rearrange things.

There should be a patch for arranging yui stuff the same way it is officially
arranged, but that needs a lot of rewrite through the code.

Conclusion: this fixes the current problem, in the way we handle this in
packages. It should be solved for good in a proper way, in the future.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list