This commit is contained in:
2020-12-15 21:45:29 +00:00
parent 31dff9772b
commit bb2638a8a5
3 changed files with 9 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-alpha.95",
version: "8.0.0-alpha.96",
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
};

View File

@@ -270,7 +270,6 @@ export default {
id: 0,
concurrency: 0,
name: null,
active: true,
notes: null,
wiki: null,
customFields: "{}",
@@ -633,7 +632,7 @@ function generateMenu(vm) {
readOnly: vm.formState.readOnly,
icon: "$ayiInbox",
title: "Memo",
helpUrl: "form-home-memo",
helpUrl: "form-home-memos",
formData: {
ayaType: window.$gz.type.Memo,
recordId: vm.$route.params.recordid,