[Koha-bugs] [Bug 14321] Merge UploadedFile and UploadedFiles into Koha::Upload

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 17 17:51:31 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14321

--- Comment #69 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
1/ DB structure:
a. It would have been better not to choose "categorycode", already used
everywhere into Koha for another use.
b. owner should be a fk.
c. public and permanent are tinyint(4) but actually are boolean, so tinyint(1)
is more appropriated.

2/ How can I access tools/upload.pl? I don't find any links.

3/ There is no confirmation message on deleting a file "Are you sure you want
to delete?"

4/ The navmenu from the tools module is not displayed on this page.

5/ click on "Allow public downloads" should enable/disable the checkbox (label)

6/ How can I see all files? I have to fill something in the search box.

7/ Would be great to have DT on the table (with sort, pagination and filters)

8/ From the result list, I cannot go back to search for something else.

9/ I cannot choose "Allow public downloads" from the upload plugin, does it
mean it's always|never public?

10/
    [3] Use File::Spec->catfile in sub _full_fname.
    [4] Remove variable interpolation from a sql query.
Well, it was a general comment, for everywhere :)
Anyway, we can live with them.

Conclusion: Either I missed something and I did not understand at all the goal
of this feature (I have not really looked into bug 6874), or there are several
stuffs to fix to improve the ergonomic.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list