Skip to content

Commit

Permalink
Merge pull request #175 from bimdata/fix/kroqi-change-subscription-url
Browse files Browse the repository at this point in the history
Modify kroqi subscription url as requested.
  • Loading branch information
RomainMou authored Feb 22, 2024
2 parents ba8169f + c41b1d3 commit 3937c76
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
16 changes: 2 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/plugins/kroqiBcfService/dist/kroqiBcfService.plugin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/plugins/kroqiBcfService/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bimdata/bcf-kroqi-premium-service",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"description": "kroqiBcfService BIMData Viewer Plugin",
"scripts": {
"build": "vite build && terser -c -m -o dist/kroqiBcfService.plugin.js --module dist/kroqiBcfService.plugin.js",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/kroqiBcfService/src/KroqiBcfService.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
const kroqiDomain = options.kroqiDomain;
const service = options.service;
const kroqiProjectId = options.kroqiProjectId;
const kroqiUrl = `https://${org}.${kroqiDomain}/#/account/subscription/?service=${service}&project=${kroqiProjectId}`;
const kroqiUrl = `https://${org}.${kroqiDomain}/#/account/subscription`;
window.open(kroqiUrl, "_blank").focus();
},
},
Expand Down

0 comments on commit 3937c76

Please sign in to comment.