Fixes bug that uses edition remote_id for work
This commit is contained in:
parent
277c1a80fd
commit
7220a17840
2 changed files with 7 additions and 5 deletions
|
@ -71,7 +71,7 @@ class Connector(AbstractConnector):
|
|||
|
||||
with transaction.atomic():
|
||||
# create both work and a default edition
|
||||
work_key = edition_data.get('url')
|
||||
work_key = work_data.get('url')
|
||||
work = self.create_book(work_key, work_data, models.Work)
|
||||
|
||||
ed_key = edition_data.get('url')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue