-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
importer: Create new audiobook for document with existing e-book #894
importer: Create new audiobook for document with existing e-book #894
Conversation
"document_pid": "docid-9", | ||
"eitem_type": "AUDIOBOOK", | ||
"eitem_type": "E-BOOK", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct me if I am wrong but we will lose the test case for AUDIOBOOK creation in this way, no? is there other one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AUDIOBOOK creation is already there, this was for updating existing AUDIOBOOK, I will add another item here to cover that if you think it might be necessary, but it will be similar to pre-existing update E-BOOK case, WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it could be useful to check the exact case that was pointed out to us, if audiobook is created when there is already e-book of the same provider existing
fixes: #865