2.16.0
New features 🎉
A new view that displays a list of all portals
Previously, portals could only be accessed by a direct link or by the "My portals" view in the user menu. A new view shows a list of all private and public portals. This is the first step towards creating a full-fledged portals search view so researchers can find data portals by searching by keyword, people, topic, etc.
To access this new view, go to /portals
in your MetacatUI deployment. (#1708)
Other improvements
-
Combine the Funding Description and Award Number fields in the portal query builder #1757
-
Added help text to the provenance editor selection modals, based on user feedback. #1822
-
Data objects can now be access with URLs such as:
view/{metadata-id}#data-id
. Example:
view/urn%3Auuid%3Ad64bca79-7bb7-4eb1-9b25-047fd64f32a9#urn%3Auuid%3Ad64bca79-7bb7-4eb1-9b25-047fd64f32a9
. We have always supported and will continue to support direct navigation to data objects by using only the data identifier in the URL, e.g.view/{data-id}
#1408 -
The user navigation menu was sometimes overlapping other elements on the portals views #1725, #1649
-
Tweak BioPortal tree widget behavior to require fewer clicks #1659
-
Added fallback behavior in JSON-LD routines for missing
abstracts
/descriptions
. #1803 When the abstract field is missing, you get a description like:"description": "No description is available. Visit https://dataone.org/datasets/urn%3Auuid%3A1161a3af-27f0-49ce-be93-515016cb6b75 for complete metadata about this dataset.",
-
Added support for Zotero's
ZoteroItemUpdated
event #1804
Bug fixes 🛠️
- Fix performance issue when MetadataView has many AnnotationViews to render #1813
renderMyProfile
method broken in arctic theme router #1810- Provenance charts weren't displaying in the DataONE theme sometimes #1823
- The portals list was failing with a red error message when the user was in many groups #1712
- The
Clear All
button in portals was leaving the last filter selections greyed-out #1570 - New portals were not using the default access policy after 2.15.0 update #1802
Developer notes
New configuration options
- provenanceInfoURL - A URL of a webpage for people to learn more about provenance. If no URL is provided, links to more info about provenance will be omitted.