-
Notifications
You must be signed in to change notification settings - Fork 15
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
SLR: Rename "database" to "catalog" #615
Comments
UI and l10n to be adapted in ManageStudyDefintion.fxml |
I would like to work on it |
Hello @koppor, @Siedlerchr. I'm new to the project. To clarify, inside the slr directory, all fields and their usages, containing database have to be renamed to catalog? Thanks in advance. |
@varad64 Yes, but of course only where it makes sense e.g. (bibdatabase and bibdatabasecontex NOT). We are talking about this dialog (Tools -> Start new Systematic literature view) |
Understood, thanks @Siedlerchr. I'll get started |
Hello @Siedlerchr, I have renamed "database" to catalog. But when I run gradlew check, I am running into NPE caused by the now getCatalogs() method (renamed from getDatabases()) returning null which leads 7 tests to fail. I can't wrap my head around what might be causing these. Any pointers would be very helpful. PFA screenshot of the failing tests and stacktrace for reference: Thanks! |
Try setting up a debugger and find out why the method getActiveLibraryEntries returns null. |
This issue is worked on. Please do not take it. |
"database" is a term used often in JabRef (shared database, ...). To name the systems providing data (which are fetched by our fetchers), we opted for "catalog".
In the SLR UI and in the SLR code,
database
has to be renamed tocatalog
.The text was updated successfully, but these errors were encountered: