-
-
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
Fixes Web icon also for ISBN #9879
Conversation
Thank you for working on this. Please rethink the solution: JabRef knows the URL based on the precense of an ISBN. The link can be changed in future. Maybe one wants to open books on Amazon or the University Library. Then one does not want to change all bib files. If you opt for Amazon and I for university, the Bib file would change back and forth. Thus, it is an UI issue. Check the main table how the URL is filled. I think, we have a field property ISBN, which can be used. |
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.
The implemention should work on the view not on the Bib data.
You can take a look at |
I checked
|
I can't see a diff. Would be good to do a commit. Then, one can also try out locally. |
@mkumar09 Did you try your solution? Two things to check: A) does the web column display the icon if the ISBN is present? B) Does a click on that icon open the page? I think, your code snippet misses the first requirement. |
Hey @koppor. I checked the solution with this code snippet. It fulfills the first requirement,i.e, to show the link icon but for some reason, clicking on it doesn't open the page( on hovering over the link icon, it shows the correct URL but clicking doesn't work somehow) |
Best is to push your code so we can have a chance to see all changes. |
Fixes #9819
Description : The ISBNs were not having a URL standard field in the BiBEntry fields. So made the changes to add the URL field in the BiBEntry retrieved from the fetcher.
Compulsory checks