mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 04:16:38 -04:00
Clarify requirement of rights statement page in artwork form
This commit is contained in:
parent
dd8134db6f
commit
e98a650f59
2 changed files with 2 additions and 5 deletions
|
@ -313,10 +313,7 @@ class Artwork extends PropertiesBase{
|
|||
&& ($this->ArtworkPageUrl !== null && $this->ArtworkPageUrl != '');
|
||||
|
||||
if(!$hasMuseumProof && !$hasBookProof && $this->Exception === null){
|
||||
// In-use artwork has its public domain status tracked elsewhere, e.g., on the mailing list.
|
||||
if($this->Status !== COVER_ARTWORK_STATUS_IN_USE){
|
||||
$error->Add(new Exceptions\MissingPdProofException());
|
||||
}
|
||||
$error->Add(new Exceptions\MissingPdProofException());
|
||||
}
|
||||
|
||||
if($this->MimeType === null){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue