Fix rename subgroup and move it under "Edit group"#15061
Merged
Conversation
…ubgroup" to "Rename group" and its new position below "Edit group".
Contributor
Review Summary by QodoReorganize group context menu and rename action
WalkthroughsDescription• Rename "Rename subgroup" action to "Rename group" • Move "Rename group" menu item below "Edit group" • Update CHANGELOG and localization strings Diagramflowchart LR
A["Group Context Menu"] -->|"Move & Rename"| B["Rename subgroup → Rename group"]
B -->|"New Position"| C["Below Edit group"]
D["StandardActions enum"] -->|"Update label"| B
E["Localization files"] -->|"Remove old entry"| B
File Changes1. jabgui/src/main/java/org/jabref/gui/actions/StandardActions.java
|
Contributor
Code Review by Qodo
✅ 1.
|
koppor
requested changes
Feb 8, 2026
koppor
left a comment
Member
There was a problem hiding this comment.
Please address #15061 (comment)
✅ All tests passed ✅🏷️ Commit: 1ed1354 Learn more about TestLens at testlens.app. |
koppor
requested changes
Feb 8, 2026
…enum for consistency.
…enum for consistency.
…enum for consistency.
…ref into fix-rename-subgroup-15041
koppor
approved these changes
Feb 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #15041
move the "Rename subgroup" option in the group context menu to immediately after "Edit group".
Also, renamed it to "Rename group".
Steps to test
1-Look at the left panel (Groups panel)

2- Click the "Add group" button or choose any existing group
3- Open the context menu by right-clicking on the group you just created or chose
Mandatory checks
CHANGELOG.mdin a way that is understandable for the average user (if change is visible to the user)