Clarify requirement of rights statement page in artwork form

This commit is contained in:
Alex Cabal 2024-01-08 16:21:47 -06:00
parent dd8134db6f
commit e98a650f59
2 changed files with 2 additions and 5 deletions

View file

@ -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){