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

--- Comment #53 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
(In reply to Katrin Fischer from comment #52)
> (In reply to Jonathan Druart from comment #51)
> > Bug 39600 does not apply, so I cannot follow-up myself here, but I would
> > suggest to adjust the exclusions code
> > Better to exclude to pass the directory ill/backends/Standard/shared/forms/
> > instead of all the files
> > 
> > Then replace
> >   134             if ( $_ =~ /${exclusion}$/ ) {
> > with
> >   134             if ( $_ =~ /$exclusion$/ || $_ =~ /^$exclusion/ ) {
> 
> Sounds like a plan - does that work for you, Tomas?
> Should we file a omnibus/follow-up bug to fix those exclusions?

Sure, I didn't introduce such change only to avoid controversies :-P

-- 
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