-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fix file renaming #12556
Comments
/assign-me |
👋 Hey @beginner003, thank you for your interest in this issue! 🎉 We're excited to have you on board. Start by exploring our Contributing guidelines, and don't forget to check out our workspace setup guidelines to get started smoothly. In case you encounter failing tests during development, please check our developer FAQs! Having any questions or issues? Feel free to ask here on GitHub. Need help setting up your local workspace? Join the conversation on JabRef's Gitter chat. And don't hesitate to open a (draft) pull request early on to show the direction it is heading towards. This way, you will receive valuable feedback. Happy coding! 🚀 ⏳ Please note, you will be automatically unassigned if the issue isn't closed within 45 days (by 13 April 2025). A maintainer can also add the "📌 Pinned"" label to prevent automatic unassignment. |
The bug essitially comes from the fact that when the interaction process from the EventHandler gets through the lambda in MaintTable to the ImportHandler.java file the call at line ImportHandler::162 to DragDrop::handleDropOfFiles that induces the file copy the BibEntry's String key is not defined yet. |
📋 Assignment UpdateHi @beginner003, due to inactivity, you have been unassigned from this issue. Next stepsIf you still want to work on this:
|
[bibtexkey] - [title]
main/src/test/resources/pdfs/PdfContentImporter
Bogner2023.pdf
frommain/src/test/resources/pdfs/PdfContentImporter
Wish: File should have correct name after import.
Task:
If 2 is not possible, report back, why.
Risen by #12540
The text was updated successfully, but these errors were encountered: