EPrints Technical Mailing List Archive

See the EPrints wiki for instructions on how to join this mailing list and related information.

Message: #10368


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Restrict sepcific editor only upload in specific divisions


CAUTION: This e-mail originated outside the University of Southampton.
Hi,

I want to restrict Editor "agung" to uploading items only in the "Computer Science" division, while Editor "chandra" can only upload items in the "Biology" division. Meanwhile, the review process is still carried out by a user with Editor privileges.

Here are the rules I use:
$c->{roles}->{"division_depositor"} = [
"-editorial_review",
"-user/edit:owner",
"-user/staff/edit",
"-status",
"-datasets",
"-saved_search",
];

With the above user roles, Editor "agung" can still select other divisions in the workflow details.

Please help.

Thank you.

Best regards,
Agung PW