[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
Mon Aug 17 15:18:35 CEST 2015


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41500|0                           |1
        is obsolete|                            |

--- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 41557
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41557&action=edit
Bug 14321: Add public column to uploaded_files

This patch adds uploaded_files.public. This column will be used to
mark uploaded files as available via opac-retrieve.
The db rev sets this flag for current records having a category (as
uploaded via the BZ 6874 plugin: so public).
A followup patch will adjust the plugin to use Koha::Upload.

Test plan:
[1] Run the dbrev.
[2] Add a record (upload a file) via stage-marc-import.
[3] Check that public is null in the new record. (This is a temporary file
    without category.)

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


More information about the Koha-bugs mailing list