Adds tests for import manual review
This commit is contained in:
parent
c3156a1de5
commit
e77eea9c81
2 changed files with 88 additions and 0 deletions
|
@ -51,6 +51,7 @@ def approve_import_item(request, job_id, item_id):
|
|||
)
|
||||
item.fail_reason = None
|
||||
item.book = item.book_guess
|
||||
item.book_guess = None
|
||||
item.save()
|
||||
|
||||
# the good stuff - actually import the data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue