-
Notifications
You must be signed in to change notification settings - Fork 7
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
Reuse nwbib fix for #1992, #1951 and #1829 #2067
Conversation
Build in GitHub Action fails, the change does not compile. You should always test locally ( |
@fsteeg you are right. It does not compile and the solution is not as easy as just copying the lines from the nwbib project. I assume that the failed compiling is due to nwbib still using JAVA 8 and lobid JAVA 11 |
You can see the error in the build log of the GitHub Action: https://github.com/hbz/lobid-resources/actions/runs/10678801716/job/29596615852?pr=2067#step:10:900 The problem seems to be the actual code change.
Yes, but if you have it running locally I'm sure we can set it up together. |
3e3f270
to
5796c76
Compare
5796c76
to
3e1587d
Compare
@fsteeg now it should work. |
I've deployed your change to test: https://test.lobid.org/resources
Bände / Enthält seems to work now, but the ISBN / ISSN fields now show the full URI ID. In general, I think it would be better to have separate PRs for these separate issues (we've had that topic in the last Metafacture meeting too). Also, it would really be more efficient if you get your setup running locally, so you can test if it actually works before pushing and requesting a review. |
Had a look at Table row values that is called for ISBN and ISSN, NwBib seems to differ a lot from lobid. I am not sure how to solve this any further. |
I've replaced the Seems good now, e.g.: https://test.lobid.org/resources/990366384450206441 |
Resolves #1951 and #1829 Wrong ISBN and ISSN
and also fixes #1992 missing linking to Bände and Enthält
hbz/nwbib#636