EUDAT-B2SHARE / b2share

B2SHARE software for the EUDAT CDI services.
https://b2share.eudat.eu
GNU General Public License v2.0
35 stars 32 forks source link

Show PID or DOI even if one of them is missing. #1839

Closed defnull closed 3 years ago

defnull commented 3 years ago

The current UI logic in https://github.com/EUDAT-B2SHARE/b2share/blob/master/webui/src/components/record.jsx#L324 hides both PID and DOI if one of them is missing. Is there a reason for that? Could we replace && with || so that available handles are shown?

hevp commented 3 years ago

Hello, thanks for reporting.

This has been addressed in code for the next release and will be available soon.