This commit is contained in:
2021-10-08 16:49:26 +00:00
parent 64cea8d4b9
commit b91c7ea05e
2 changed files with 2 additions and 2 deletions

View File

@@ -305,7 +305,7 @@ export default {
helpReleaseKey() { helpReleaseKey() {
window.$gz.eventBus.$emit("menu-click", { window.$gz.eventBus.$emit("menu-click", {
key: "app:help", key: "app:help",
data: "ops-request-key-release" data: "adm-license.md#key-release"
}); });
}, },
showLicenseUi() { showLicenseUi() {

View File

@@ -507,7 +507,7 @@ function generateMenu(vm) {
readOnly: vm.formState.readOnly, readOnly: vm.formState.readOnly,
icon: "$ayiLanguage", icon: "$ayiLanguage",
title: "Translation", title: "Translation",
helpUrl: "adm-translation", helpUrl: "adm-translations",
formData: { formData: {
ayaType: window.$gz.type.Translation, ayaType: window.$gz.type.Translation,
recordId: vm.$route.params.recordid, recordId: vm.$route.params.recordid,