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
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] Restrict sepcific editor only upload in specific divisions
- From: "Agung Prasetyo W." <prazetyo@gmail.com>
- Date: Wed, 27 May 2026 12:35:42 +0700
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.
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
- Follow-Ups:
- Re: [EP-tech] Restrict sepcific editor only upload in specific divisions
- From: John Salter <J.Salter@leeds.ac.uk>
- Re: [EP-tech] Restrict sepcific editor only upload in specific divisions
- Prev by Date: [EP-tech] Why total collection different at browse by section?
- Next by Date: Re: [EP-tech] Why total collection different at browse by section?
- Previous by thread: [EP-tech] Why total collection different at browse by section?
- Next by thread: Re: [EP-tech] Restrict sepcific editor only upload in specific divisions
- Index(es):
