Skip to content
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

Merged

Conversation

sakshamarora1
Copy link
Contributor

fixes: #865

@sakshamarora1 sakshamarora1 self-assigned this May 23, 2024
"document_pid": "docid-9",
"eitem_type": "AUDIOBOOK",
"eitem_type": "E-BOOK",
Copy link
Contributor

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?

Copy link
Contributor Author

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?

Copy link
Contributor

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

@kpsherva kpsherva merged commit 405174d into CERNDocumentServer:master May 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Importer: import audiobooks
3 participants