mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 01:52:02 -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,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());
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue