Fixes edition/work author correction check
This commit is contained in:
parent
a44edd8eab
commit
441220a547
@ -134,7 +134,7 @@ class AbstractConnector(ABC):
|
|||||||
work.save()
|
work.save()
|
||||||
|
|
||||||
# now's our change to fill in author gaps
|
# now's our change to fill in author gaps
|
||||||
if not edition.authors and work.authors:
|
if not edition.authors.exists() and work.authors.exists():
|
||||||
edition.authors.set(work.authors.all())
|
edition.authors.set(work.authors.all())
|
||||||
edition.author_text = work.author_text
|
edition.author_text = work.author_text
|
||||||
edition.save()
|
edition.save()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user