forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check group type before showing dialog in edit group (JabRef#8909)
* Fix JabRef#8189 by checking group type * Update different solution that is capable to prevent warning dialog without resetting to ExplitGroup * Split groupType checking and groupFields checking into 2 different functions * add check before dialog * write groups always * refersh * store group changes * rfactor code * refactor with intanceof * refactor * fix stupid instanceof error^^ * checkstyle * use getclass everywhere add comment * Change or to and, only return true if no changes add tests * fuu checkstyle * javadoc checkstyle * TODO: clarifiy behavior when changing the groups name not really sure what happns when you have more than 2 groups * automatically assign when more than one group * use new name * todo * we need to check old group name rename methods * checkstyle * Only check for minor mods if group types are equal Co-authored-by: Siedlerchr <[email protected]>
- Loading branch information
1 parent
a114ddc
commit 052fdf5
Showing
3 changed files
with
194 additions
and
37 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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