This commit is contained in:
2022-09-30 22:59:14 +00:00
parent 89813b52b4
commit 9255af84cd
3 changed files with 199 additions and 7 deletions

View File

@@ -264,10 +264,17 @@ function clickHandler(menuItem) {
case "contact":
break;
case "eula":
window.$gz.eventBus.$emit("menu-click", {
key: "app:help",
data: "license"
});
if (!window.$gz.store.state.globalSettings.sBuild) {
window.$gz.eventBus.$emit("menu-click", {
key: "app:help",
data: "license"
});
} else {
window.$gz.eventBus.$emit("menu-click", {
key: "app:help",
data: "ayanova-subscription-service-agreement"
});
}
break;
case "copy":
//put the support info on the clipboard:

View File

@@ -189,7 +189,7 @@
</v-footer>
</div>
<div v-else>
<LICR :lcr="lcr" @accepted="lcr = false"></LICR>
<LICR :lcr="lcr" :pp="pp" @accepted="lcr = false"></LICR>
</div>
</div>
</template>
@@ -216,6 +216,7 @@ export default {
pin: null,
tt: null,
lcr: false,
pp: false,
pinError: null,
loggedInWithKnownPassword: false,
hasSmallLogo: false,
@@ -391,6 +392,7 @@ export default {
vm.hasMediumLogo = res.data.ml;
vm.hasLargeLogo = res.data.ll;
vm.lcr = res.data.lcr; //license consent required flag
vm.pp = res.data.pp; //Perpetual build if true
}
//Live eval from website redirects here with generated creds set