-
-
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
Fix adding and removing selected entries to group context menu #10408
Conversation
src/main/java/org/jabref/gui/util/ViewModelTreeTableRowFactory.java
Outdated
Show resolved
Hide resolved
Your code currently does not meet JabRef's code guidelines. The tool reviewdog already placed comments on GitHub to indicate the places. See the tab "Files" in you PR. Please carefully follow the setup guide for the codestyle. Afterwards, please run checkstyle locally and fix the issues. More information on code quality in JabRef is available at https://devdocs.jabref.org/getting-into-the-code/development-strategy.html. |
fix checkstyle
@mlep can you test this version once it's ready? The bot will comment when the upload is done |
The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build. |
#10374 is fixed: However, the group "By rating" is still highlighted. Only re-selecting the entry unhighlights the group: |
For reference: Refs #9574 |
I can confirm #10404 is fixed. Similar groups-tree update issue: The number of items is increased, but the color does not change from gray to green. |
Fixes 10403Fixes #10404Fixes #10317
Fixes #10374
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)