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() {
window.$gz.eventBus.$emit("menu-click", {
key: "app:help",
data: "ops-request-key-release"
data: "adm-license.md#key-release"
});
},
showLicenseUi() {

View File

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