http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14321 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #73 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Marcel de Rooy from comment #71)
c. public and permanent are tinyint(4) but actually are boolean, so tinyint(1) is more appropriated. tinyint is always one byte: the 4 has to do with display just like int(11)
tinyint is still more appropriated, in my opinion :) Not blocker anyway.
6/ How can I see all files? I have to fill something in the search box. By design :) If you would have many files, you may not want that.
I don't think it's a useful limitation, not blocker.
7/ Would be great to have DT on the table (with sort, pagination and filters) I agree. But want to postpone that to a new report now.
Agreed. Marked as Passed QA. -- You are receiving this mail because: You are watching all bug changes.