8 Oct
2024
8 Oct
'24
11:55 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38114 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- % grep -l 'columns_settings.inc' **/*.tt **/*.inc | xargs grep -L 'KohaTable' This could provide a first list, but it's not accurate. For instance: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt is a false positive (we use KohaTable from another js file) -- You are receiving this mail because: You are watching all bug changes.