NASA-PDS / doi-ui

The web interface for the PDS DOI Service providing the ability management PDS archive DOIs. See the DOI Service for more details on the available capabilities. https://nasa-pds.github.io/doi-service/
Apache License 2.0
0 stars 4 forks source link

UI fixes #162

Closed eddiesarevalo closed 1 year ago

eddiesarevalo commented 1 year ago

🗒️ Summary

-Fixed a styling issue with the keyword information button floating in the incorrect position. -The error message is now only shown if there actually is an error returned. -An extra doi search no longer replaces the url label replacement search.

⚙️ Test Data and/or Report

155

-The keyword will not have an 'i' icon floating on it. It will be directly to the left of the keywords input box. If it is anywhere else then this fails.

160

-Go to 'reserve', create an excel with lidvid urn:nasa:pds:insight_cameras::55.0 (increment number if needed) -Go to release for the reserved doi. Enter the label https://raw.githubusercontent.com/NASA-PDS/doi-service/demo_20220722/tests/end_to_end/bundle_pds4.xml (update it as necessary from the github repo, on branch 'demo_20220722') into the upload label box. -Either no error is shown, or an error message is shown. But no null message will appear. -The xml info in the box will be replaced by that in the label url.

♻️ Related Issues