mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Don't allow submitters to review their own artwork
This commit is contained in:
parent
47973970b6
commit
f992da84ae
5 changed files with 53 additions and 33 deletions
|
@ -5,4 +5,5 @@ class Benefits{
|
|||
public bool $CanBulkDownload = false;
|
||||
public bool $CanUploadArtwork = false;
|
||||
public bool $CanReviewArtwork = false;
|
||||
public bool $CanReviewOwnArtwork = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue