https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16174
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] | |ommunity.org --- Comment #5 from Jonathan Druart <[email protected]> --- There are some more: git grep readdir|grep lib|grep js|grep -v xslt xt/author/icondirectories.t:my @staff_themes = grep { not /^\.|lib|js/ } readdir($dh); xt/author/translatable-templates.t:my @opac_themes = grep { not /^\.|lib|js/ } readdir($dh); xt/author/translatable-templates.t:my @staff_themes = grep { not /^\.|lib|js/ } readdir($dh); xt/author/valid-templates.t:for my $theme ( grep { not /^\.|lib|js/ } readdir($dh) ) { xt/author/valid-templates.t:for my $theme ( grep { not /^\.|lib|js/ } readdir($dh) ) { xt/single_quotes.t:for my $theme ( grep { not /^\.|lib|js/ } readdir($dh) ) { xt/single_quotes.t:for my $theme ( grep { not /^\.|lib|js/ } readdir($dh) ) { xt/tt_valid.t:for my $theme ( grep { not /^\.|lib|js/ } readdir($dh) ) { Not the ones for the staff interface. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
