-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Do no export file field in XMP #11083
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one! Small comments 😅
olly2018.setField(StandardField.OWNER, "me"); | ||
olly2018.setField(StandardField.REVIEW, "review"); | ||
olly2018.setField(StandardField.URL, "https://www.olly2018.edu"); | ||
OLLY_2018.setCitationKey("Olly2018"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we do withCitationKey and move the initialization to the variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but moving the initialization to the variable is a bad idea due to how the test works. Due to MethodSources it has to be static and we are setting the vars to the correct values and we are resetting them again.
The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build. |
Fixes https://github.com/JabRef/jabref-issue-melting-pot/issues/271
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)