Skip to content
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

Renaming a group via groups interface does not change the group name in the interface #3189

Closed
Andrew-Lev opened this issue Sep 3, 2017 · 7 comments
Labels
bug Confirmed bugs or reports that are very likely to be bugs groups ui

Comments

@Andrew-Lev
Copy link
Contributor

JabRef 4.0-dev
Linux 4.4.0-92-generic amd64
Java 1.8.0_131

Steps to reproduce:

  1. Open group interface. (Groups -> toggle groups interface)
  2. Create a group
  3. Add an item to the group
  4. Right click on the group in the group interface -> edit group
  5. Change the group name

Group name in the interface stays the same. If you check the group name by selecting an item and going to its Bibtex source you can see the change there.
screenshot from 2017-09-02 18-09-52

@Andrew-Lev Andrew-Lev changed the title Deleting a group via groups interface does not remove that group reference from BibTex source Renaming a group via groups interface does not change the group name in the interface Sep 3, 2017
@Siedlerchr
Copy link
Member

When you close and expand the group, the change should also be visible. No idea though why it is not visible immediately. The same issue occurs if you assign an icon or color to the group

@AEgit
Copy link

AEgit commented Sep 3, 2017

Might be related to this:
#3112

@lenhard lenhard added the groups label Sep 7, 2017
@Siedlerchr Siedlerchr added bug Confirmed bugs or reports that are very likely to be bugs ui labels Aug 29, 2018
@Ali96kz
Copy link
Contributor

Ali96kz commented Oct 25, 2018

These bug still exists, I will work on it.

@Ali96kz
Copy link
Contributor

Ali96kz commented Nov 7, 2018

When I press edit group that show org.jabref.model.groups.AbstractGroup#name instead of org.jabref.gui.groups.GroupNodeViewModel#displayName, why? What's the difference between them?

@tobiasdiez
Copy link
Member

The displayname is a formatted version of name. For example, if name contains latex commands like Hell\'{o} then displayname is the unicode version Helló.

@tobiasdiez
Copy link
Member

This should be fixed in the latest development version. Could you please check the build from http://builds.jabref.org/master/. Thanks! Please remember to make a backup of your library before trying-out this version.

@AEgit
Copy link

AEgit commented Jan 6, 2019

Can confirm this has been fixed in:

JabRef 5.0-dev--snapshot--2019-01-05--master--d281ece4b
Windows 10 10.0 amd64
Java 1.8.0_191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bugs or reports that are very likely to be bugs groups ui
Projects
Archived in project
Development

No branches or pull requests

6 participants