-
-
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
Deleting multiple linked files should show a single confirmation dialog #9473
Comments
Can I work on this issue? |
Sure, go ahead! |
As a general advice for newcomers: check out Contributing for a start. Also, guidelines for setting up a local workspace is worth having a look at. Feel free to ask here at GitHub, if you have any issue related questions. If you have questions about how to setup your workspace use JabRef's Gitter chat. Try to open a (draft) pull-request early on, so that people can see you are working on the issue and so that they can see the direction the pull request is heading towards. This way, you will likely receive valuable feedback. |
I don't think moving Also, you don't want to display the same dialog when user tries to delete one file vs multiple files. Here is an example of what IntelliJ does when user tries to delete a file(s): One File Multiple Files Code Hint
|
Hi @HoussemNasri , |
Hi @Ravitwr , |
i want to work on this issue. please assign me this issue. :) |
@009-KumarJi Someone already started working on this, there is plenty of other good first issues you can pick from. |
Hi, since there hasn't been much activity regarding this issue, can I please be assigned to this issue? I would like to work on this for a uni project. |
JabRef 5.10--2023-04-02--1896c99 As far as I can tell, this issue has been fixed in the most recent dev version. Well done! |
Follow up to #8659
When multiple linked items are removed, JabRef will show the "Delete the selected file permanently from disk" dialogue for each item separately. E.g., if the user removes 3 linked items, the dialogue asking whether the respective file should be deleted from disk or should just be removed from entry will be shown 3 times.
This is not the expected behaviour - instead the user would expect to answer this dialogue once for all items that were selected. So if the user selects the option "Remove from entry" from the dialogue, then this should be applied to all linked entries that have been selected for removal (not for each entry separately).
Originally posted by @AEgit
To view the linked files of an entry, follow these steps:
The text was updated successfully, but these errors were encountered: