JabRef-3.4dev--snapshot--2016-04-29--master--694840a
on Windows 10
If you rename a static group, the group entries are not updated accordingly. Their "group" field will still contain the old group name (and NOT the new one).
Steps to reproduce:
(might be related to this one: https://github.com/JabRef/jabref/issues/1434#event-691424400 ?)
Thanks for your report!
I can confirm this behavior for JabRef 3.4 and also the current development versions: In the UI grouping still works (i.e., although the new group name is displayed, internally it is still searched for the old term and therefore the group entries are still found correctly) - however, in the serialization the old name of the group is used in the groups field.
Thanks for your report. The bug should be fixed now with https://github.com/JabRef/jabref/pull/1539.
I can confirm: This bug has been fixed in the newest build "2016-07-13--master--304d280".
Thanks for the feedback!
Thanks for the quick fix!