Skip to content

Commit

Permalink
Change metacat version in AppModels (not critical to functinality but
Browse files Browse the repository at this point in the history
helpful)
  • Loading branch information
laurenwalker committed Nov 4, 2016
1 parent 350d152 commit a1b44d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion metacatui/src/main/webapp/js/models/AppModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ define(['jquery', 'underscore', 'backbone'],

maxDownloadSize: 3000000000,

metacatVersion: "2.7.2",
metacatVersion: "2.8.0",
baseUrl: window.location.origin || (window.location.protocol + "//" + window.location.host),
// the most likely item to change is the Metacat deployment context
context: '/metacat',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ define(['jquery', 'underscore', 'backbone'],

maxDownloadSize: 3000000000,

metacatVersion: "2.7.2",
metacatVersion: "2.8.0",
baseUrl: window.location.origin || (window.location.protocol + "//" + window.location.host),
// the most likely item to change is the Metacat deployment context
context: '/metacat',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ define(['jquery', 'underscore', 'backbone'],

maxDownloadSize: 3000000000,

metcatVersion: "2.7.2",
baseUrl: window.location.origin || (window.location.protocol + "//" + window.location.host),
metcatVersion: "2.8.0",
baseUrl: "https://cn-stage-2.test.dataone.org",//window.location.origin || (window.location.protocol + "//" + window.location.host),
// the most likely item to change is the Metacat deployment context
context: '',
d1Service: "/cn/v2",
d1CNBaseUrl: "https://cn.dataone.org",
d1CNBaseUrl: "https://cn-stage-2.test.dataone.org",
d1CNService: "/cn/v2",
viewServiceUrl: null,
packageServiceUrl: null,
Expand Down

0 comments on commit a1b44d8

Please sign in to comment.