[Koha-bugs] [Bug 14686] New menu option and permission for file uploading

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 17 13:32:22 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14686

--- Comment #2 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 49257
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49257&action=edit
Bug 14686: Add allows_add_by to check permissions for uploading

The three permissions in tools/upload-file.pl are moved to a custom
routine in DBIx's UploadedFile.pm. An additional granular permission
upload_general_files is added. (The dbrev patch will contain it too.)
At some point in time this could be moved to a Koha::Object class.

The routine is tested in Upload.t.

Test plan:
[1] Run t/db_dependent/Upload.t
[2] If you only apply this patch, you can also test uploading with a
    user that has edit_catalogue but does not have tools or circulate.
    Upload status should say: Denied.

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


More information about the Koha-bugs mailing list