-
-
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
Copying entry to another library does not copy linked file(s) #10042
Comments
Thoughts:
Idea:
|
Thank you for your thoughts!
In the situation involving a personal/local and a shared database library, I don't see why you would not want to copy the files of an entry. I mean that, for a shared library, the files need to be in a shared/common location -- why would the files for the local library be in that same location? One could ask the user on drop/paste for the desired behaviour.
It seems like with this approach, you can't produce entries with invalid file paths when copy/pasting, which seems desirable to me. |
Place where to add the prefernce: Code hint: Pasing is handled at org.jabref.gui.LibraryTab#pasteEntry. |
Hello, I am very interested in this issue. Can it be assigned to me? |
Welcome to the vibrant world of open-source development with JabRef! Newcomers, 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! 🚀 |
JabRef version
5.9 (latest release)
Operating system
Windows
Details on version and operating system
No response
Checked with the latest development build
Steps to reproduce the behaviour
I am trying to set up a library shared with colleagues (postgresql database), in addition to a local one (biblatex) with my own entries.
As far as I could find out, the only way to share linked files, too, is to set up a collectively accessible location (e.g. a network share). Initially, I expected that linked files would be added to the database -- please tell me if this is possible/I am wrong!
Both libraries work correctly, e.g. I can add and edit entries on the shared one, and add linked files manually.
The local one has a general file directory entry
.\my_pdf_storage
(relative to the bib file).The shared library has a general file directory entry
\\someserver\network\accessible\folder
, and added files appear there.Now, I want to copy some (many, in fact) entries---including attached files!---from my personal library to the shared one.
Expected behaviour
I would have expected that upon drag-drop to another library, that
(I was not sure if this should be working but is broken (bug) or something that would be an enhancement, so sorry if this is misfiled)
The text was updated successfully, but these errors were encountered: