Skip to content

Commit

Permalink
Change default bagit format to application/bagit-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenwalker committed Jun 27, 2022
1 parent 41f80ae commit 47e7b55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/js/models/AppModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1916,10 +1916,10 @@ define(['jquery', 'underscore', 'backbone'],
* not contain any additional characters after, for example a backslash.
* For hierarchical dowloads, use application%2Fbagit-1.0
* @type {string}
* @default "application%2Fbagit-097"
* @example application%2Fbagit-1.0
* @default "application%2Fbagit-1.0"
* @example application%2Fbagit-097
*/
packageFormat: 'application%2Fbagit-097'
packageFormat: 'application%2Fbagit-1.0'
}, MetacatUI.AppConfig),

defaultView: "data",
Expand Down
3 changes: 0 additions & 3 deletions src/js/themes/arctic/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ MetacatUI.AppConfig = Object.assign({
//MetadataView
datasetMapFillColor: "",

// Set the bagit format
//packageFormat: "application%2Fbagit-1.0",

//Google Analytics
googleAnalyticsKey: "UA-75482301-1"

Expand Down
3 changes: 0 additions & 3 deletions src/js/themes/knb/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ MetacatUI.AppConfig = Object.assign({
hideSummaryMetadataAssessment: false,
limitPortalsToSubjects: ["CN=knb-data-admins,DC=dataone,DC=org"],
portalEditNotAuthCreateMessage: "Creating new portals is a feature currently only available to a select group of Beta testers. You should still be able to access your existing portals. Please contact us with any questions at the email address below."

// Set the bagit format
//packageFormat: "application%2Fbagit-1.0",

}, MetacatUI.AppConfig);

Expand Down

0 comments on commit 47e7b55

Please sign in to comment.