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

import: Ability to unselect books missing information #739

Open
drzraf opened this issue Apr 2, 2024 · 0 comments
Open

import: Ability to unselect books missing information #739

drzraf opened this issue Apr 2, 2024 · 0 comments

Comments

@drzraf
Copy link

drzraf commented Apr 2, 2024

After importing multiple ISBN, if dozen of them are missing information but I want to add all others, I need to use the following:

document.querySelectorAll("label[title='Need more information']").forEach(v => console.log($(v).find("input[type='checkbox']").prop("disabled", false).click()));

in order to skip them from being imported.
(The checkbox is disabled but since it's checked, it's not obvious whether these would be skipped or not)

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

No branches or pull requests

1 participant