Skip to content

Commit

Permalink
Merge pull request #158 from lcnetdev/hubs-stub-creation
Browse files Browse the repository at this point in the history
stage should use stage profiles
  • Loading branch information
thisismattmiller authored Dec 6, 2024
2 parents 821b4ee + 76cd00d commit 84edf05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/panels/edit/modals/HubStubCreateModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
let results = await this.profileStore.buildPostHubStub(this.hubCreator,this.hubTitle,this.hubLang,this.preferenceStore.catCode)
if (results && results.postLocation){
results.postLocation = results.postLocation.replace("http://",'https://')
this.profileStore.setValueComplex(this.activeHubStubComponent.guid, null, this.activeHubStubComponent.propertyPath, results.postLocation, this.hubTitle, null, {}, null)
this.newHubUrl=results.postLocation
Expand Down
4 changes: 2 additions & 2 deletions src/stores/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export const useConfigStore = defineStore('config', {
shelfListing: 'https://preprod-8230.id.loc.gov/',
// bfdb : 'https://preprod-8210.id.loc.gov/',
bfdb : 'https://preprod-8300.id.loc.gov/',
// profiles : '/bfe2/util/profiles/profile/stage',
profiles : '/bfe2/util/profiles/profile/prod',
profiles : '/bfe2/util/profiles/profile/stage',
// profiles : '/bfe2/util/profiles/profile/prod',
// profiles: 'https://preprod-3001.id.loc.gov/api/listconfigs?where=index.resourceType:profile',
starting : '/bfe2/util/profiles/starting/stage',
id: 'https://preprod-8288.id.loc.gov/',
Expand Down

0 comments on commit 84edf05

Please sign in to comment.