[Koha-bugs] [Bug 24262] Translate installer data in YAML format

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Dec 4 13:33:25 CET 2022


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

--- Comment #18 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
(In reply to Jonathan Druart from comment #17)
> Bernardo, do yo remember why you added that?
> 
> > It will not create a installer directory if it already exists.
> 
> 379     if ( -d $langdir ) {
> 380         say "$self->{lang} installer dir $langdir already
> exists.\nDelete it if you want to recreate it." if $self->{verbose};
> 381         return;
> 382     }
> 
> 
> On upgrade we want to update the directory.

I agree, we want/need to update the files on update. I don't think we
could/should handle this differently than other files that are overwritten.

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


More information about the Koha-bugs mailing list