-
-
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
"Remove group" options are presented for clicked group, but actions are taken on all selected groups #9281
Comments
Hi, me and my team would like to work on this open issue, and this is our first try of GitHub project. Could you please assign this issue to our team? |
The wording of "subgroup" seems to be confusing. "sub group" means "nested group", not "shown below group" When removing group 1 and all subgroups, 1.1 is also removed Result: Note that the term "subgroup" is similar to "subfolder" in Outlook: https://support.microsoft.com/en-us/office/create-a-subfolder-adac3676-8dc0-4134-b151-22eec1cfcf93 |
Apologies, |
Could I be assigned this issue. |
JabRef version
Latest development branch build (please note build date below)
Operating system
Windows
Details on version and operating system
Windows 21H2, jabref build date: 22/10/22
Checked with the latest development build
Steps to reproduce the behaviour
Remove group > Also remove subgroups
orRemove group > keep subgroups
The
group
passed toremoveGroupKeepSubgroups
andremoveGroupAndSubgroups
is only used for dialog text,selectedGroups
is used for all actual removals.Potential solutions could be to check that clicked group is part of selected groups, or to update context menu and dialogs to reflect selected groups more accurately.
Appendix
Appears to be caused by changes from #8390.
Problematic methods
org.jabref.gui.groups.GroupTreeViewModel.java:
The text was updated successfully, but these errors were encountered: