-
-
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
Add notification or documentation for: Adding original entries to new group configuration unexpectedly modifies original entries #8911
Comments
Could you please show what is in the I have come across a similar odd behaviour (see #8527 (comment)), but back then, I was not able to reproduce with a fresh library. |
I have done more researches to issue and understand what is happening behind the hood of the issue with When user edits a group from However, if user assigns any entry that does not have
|
Great! I would suggest to append to the
Alternatively, this info could be added to JabRef's documentation (here) |
… dialog and append additional information for WordKeywordGroup
JabRef version
Latest development branch build (please note build date below)
Operating system
Windows
Details on version and operating system
Windows 10
Checked with the latest development build
Steps to reproduce the behaviour
Steps to reproduce:
Part 1:
Add group
button.test1
for the group and create the group.All entries
.steven
andmike
for each article respectively.Part 2:
test1
group ->Edit group
Searching for a keyword
underCollect by
.author
as field andsteven
as keyword, then click on ok button and ok button for warning dialog.(
test1
group has a steven article entry)Part 3:
test1
group ->Edit group
Searching for a keyword
underCollect by
.author
as field andmike
as keyword, then click on ok button and ok button for warning dialog.(
test1
group now has 2 articles which aresteven,mike
andmike
articles)EXPECTED:
I am expecting that part 3 will return both `steven` and `mike` articles.
ACTUAL:
However, 1 of the articles' author field has been merged to
steven,mike
. Is this an expected behaviour?From my understanding,
Collect by
should only return filtered entries without any entries modification.Appendix
...
Log File
The text was updated successfully, but these errors were encountered: