#270: Document restriction
------------------------+---------------------------------------------------
Reporter: Maddog | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: WebAccess | Version: v0.99.1
Resolution: | Keywords: restricted documents
------------------------+---------------------------------------------------
Comment (by skaplun):
From the log I see you were using bibupload -i -r and indeed in bibupload
code the restriction was not correctly handled in this situation.
I have attached a patch that you can apply with:
{{{
$ cd /opt/cds-invenio/lib/python/invenio
$ sudo -u apache cp bibupload.py bibupload.py-20100901 # to have a backup
$ sudo -u apache patch --dry-run -p4 < /tmp/bibupload.patch
$ # if nothing bad happens
$ sudo -u apache patch -p4 < /tmp/bibupload.patch
}}}
I can not test the patch on a local installation, so can not confirm it
already fully fixes your issue.
--
Ticket URL: <http://invenio-software.org/ticket/270#comment:6>
Invenio <http://invenio-software.org>