You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the Content-Disposition header to get file names for bagit downloads #1020
Trailing slashes in URLs caused routes to fail. Now trailing slashes can be used in URLs and the routes will still work. (e.g. https://site.com/data/) #1030
Bug fixes on dataset landing pages
Dataset landing pages were sending a network request for the system metadata of every object in the package, which was unnecessary. These excessive calls have been removed. #978
When on a nested dataset landing page, links to obsoleted parent packages were displayed. #1025
Archived resource maps were displaying in non-archived dataset landing pages #1017
Improvements
Added a JS file, server.js, to launch a Node Express server for development
In search results, use the seriesId in the link to the dataset landing page rather than the pid, if there is one. #955
The entityName in EML is updated whenever it's data object fileName is updated, unless the user has changed the entityName to a custom value. #1027
Use the data object identifier in the id attribute on its EML entity XML node, to better link data objects to their EML entities. #1027
Improvements to Projects
Minimized the app navigation when in the ProjectView #957
Increased the height of the DataCatalogView when in the ProjectView #1024
Improved the filter layout in the ProjectView by using flexbox CSS #1023