https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #112 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- QA comments (with bug 16735): 1/ treegrid plugin patches should be removed 2/ updatedb: I think we decided not to use Koha code from the updatedb process 3/ I have added a library to __SEARCH_GROUPS__, on the adv search form, the dropdown list contains an empty line, if I select it, the result list is empty 4/ There are 2 occurrences of Koha::Library->get_categories in C4/Circulation.pm 5/ There is a lack of tests, some new subroutines are not tested 6/ DB structure - updated_on could be "timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP". That would avoid the trick in ->store - Don't we want a constraint a the library_groups table? A unique key on title for instance. -- You are receiving this mail because: You are watching all bug changes.