[Koha-bugs] [Bug 17656] Irregularities in serial prediction pattern are planned only for current subscription

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 28 10:59:22 CEST 2018


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

--- Comment #64 from Alex Arnaud <alex.arnaud at biblibre.com> ---
(In reply to Koha Team Lyon 3 from comment #63)
> Bonjour Alex,
> J'étais parti, le coeur plein d'entrain, pour une nouvelle séance de test
> sur la nouvelle mouture de ton patch (tu as dû te régaler..), mais après
> mise à jour d'une master de test que j'ai sur vbox (qu'avait pas servi
> depuis la dernière fois), je me retrouve avec un affichage déglingué et je
> constate que koha cherche à charger les css et js en leur ajoutant un suffixe
> 18.0500000 (ça ressemble à la date de mise à jour du patch ?!) :
> http://preprod:8080/intranet-tmpl/prog/css/staff-global_18.0500000.css 
> Soit j'ai fait une grosse bourde, soit il y a quelque chose qui m'échappe
> (voire même les deux d'ailleurs ). ça te parle ? 
> 
> Olivier

Hello Olivier,

You have to update web server's rewrite rules. See bug 20187.
For apache, it is:

RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].js$ $1.js [L]
RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].css$ $1.css
[L]

Nginx:

rewrite     "^(.*)_[0-9]{2}\.[0-9]{7}\.(js|css)$" $1.$2;

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


More information about the Koha-bugs mailing list