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,11 +313,8 @@ class Artwork extends PropertiesBase{
&& ($this->ArtworkPageUrl !== null && $this->ArtworkPageUrl != ''); && ($this->ArtworkPageUrl !== null && $this->ArtworkPageUrl != '');
if(!$hasMuseumProof && !$hasBookProof && $this->Exception === null){ 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){ if($this->MimeType === null){
$error->Add(new Exceptions\InvalidMimeTypeException()); $error->Add(new Exceptions\InvalidMimeTypeException());

View file

@ -194,7 +194,7 @@ catch(Exceptions\InvalidPermissionsException){
</label> </label>
<label> <label>
<span>URL of page with rights statement</span> <span>URL of page with rights statement</span>
<span>Might be same URL as above; non-English is OK; keywords in other languages include <i>droits</i> and <i>rechte vorbehalten</i>.</span> <span>Might be same URL as above; non-English is OK; keywords in other languages include <i>droits</i> and <i>rechte vorbehalten</i>; not required</span>
<input <input
type="url" type="url"
name="artwork-copyright-page-url" name="artwork-copyright-page-url"