Skip to content

Commit

Permalink
Use old bagit format for theme configs until Metacat is upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenwalker committed Mar 23, 2022
1 parent 6afc2fc commit ee15cc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/js/themes/arctic/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ MetacatUI.AppConfig = Object.assign({
datasetMapFillColor: "",

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

//Google Analytics
googleAnalyticsKey: "UA-75482301-1"
Expand Down
3 changes: 0 additions & 3 deletions src/js/themes/dataone/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ MetacatUI.AppConfig = Object.assign({
label: "dangermond"
}],

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

//Dataset landing pages
displayDatasetEditButton: false,
displayDatasetControls: false,
Expand Down
4 changes: 2 additions & 2 deletions src/js/themes/knb/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ MetacatUI.AppConfig = Object.assign({
hideSummaryViewsChart: false,
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.",
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",
//packageFormat: "application%2Fbagit-1.0",

}, MetacatUI.AppConfig);

Expand Down

0 comments on commit ee15cc3

Please sign in to comment.