JabRef version
Latest development branch build (please note build date below)
Operating system
Windows
Details on version and operating system
No response
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
In the entry editor, click the small "i" next to the journal name. It complains that one should enable the journal information fetching in the preferences.
Two bugs/inconveniences:
- It says the option is under "Web search", but it is actually under "Entry editor".
- Secondly, it should just ask the user directly whether he wants to enable it or not. It's pretty inconvenient to manually open the preferences to set the correct toggle. I feel like we talked about this in the implementation PR, but for me it doesn't make much sense to point the user to the preferences if the feature is disabled.
|
if (preferences.shouldEnableJournalPopup() == EntryEditorPreferences.JournalPopupEnabled.DISABLED) { |
|
dialogService.notify( |
|
Localization.lang("Please enable journal information fetching in %0 > %1", |
|
Localization.lang("Preferences"), |
|
Localization.lang("Web search")) |
|
); |
|
return false; |
|
} |
Appendix
...
Log File
Paste an excerpt of your log file here
JabRef version
Latest development branch build (please note build date below)
Operating system
Windows
Details on version and operating system
No response
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
In the entry editor, click the small "i" next to the journal name. It complains that one should enable the journal information fetching in the preferences.
Two bugs/inconveniences:
jabref/src/main/java/org/jabref/gui/fieldeditors/JournalInfoOptInDialogHelper.java
Lines 17 to 24 in ca00d64
Appendix
...
Log File