-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Stuck in creating library entry after Fetcher 'DOI' did not find an entry ... #7870
Comments
Video of the issue: https://www.loom.com/share/1a7fb6101a8e4d499c4a39f2d9f11108 Solution approach: Add buttons: "Add entry manually" and "Return to dialog" (Refs koppor#149) |
I think I could solve this, it should be a customDialog instead of errorDialog? |
I am not sure whether a JavaFX class |
Have a look at |
Is anyone working on this issue? It not, I would like to work on it. |
@mrcstan Sure - go ahead! |
@koppor / others, I plan to create a dialog box that allows user to either "Add entry manually" or return to the original dialog box as suggested above. After the "Add entry manually" button is clicked by the user, should the Others menu open allowing user to choose the article type? I am guessing "Return to dialog" means returning to the original dialog box where the DOI can be changed? I am currently using an existing dialog box called showConfirmationDialogAndWait (see attached screenshot). When "Add entry manually" is click, a true value will be returned and the user will be directed to the menu that allows them to add the entry manually. Let me know if that is in the correct direction. |
…n article for manual entry when the fetcher DOI failed to find an entry for an ID (JabRef#7870)
…n article for manual entry when the fetcher DOI failed to find an entry for an ID [JabRef#7870]
I submitted a pull request 8203. I received an error during the test "Deployment / Create installer and portable version for macOS." The error message is "Run apple-actions/import-codesign-certs@v1 |
Thanks for the interest! We have a checkstyle config https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace And don't worry about the Mac deployment it will fail every time on forks because it accesses some signing keys that are stored in GitHub secrets and are not available when the Action runs on a fork |
Are there still any problems regarding this issue that might need to be addressed? I'm only asking because the status is still listed as "open" |
I have not seen a release yet that would have the improvement. Is there some kind of prerelease to check? |
We would like to ask you to use a development build from https://builds.jabref.org/main and report back if it works for you. Please remember to make a backup of your library before trying-out this version. |
Steps to reproduce the behavior:
Im am trying to add a reference to
http://dx.doi.org/10.2777/1524
by creating a new article entry using the doi 10.2777/1524:
and get stuck here. I'd expect that after this error message i'd be able to create the entry manually.
The text was updated successfully, but these errors were encountered: