24 Apr
2025
24 Apr
'25
4:22 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38340 --- Comment #58 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- (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/ ) {
That didn't work for me so I filed bug 39741 to discuss it. -- You are receiving this mail because: You are watching all bug changes.