This commit is contained in:
@@ -10,14 +10,15 @@ todo: NEXT DEPLOY TO DEVOPS attach a photo from phone, no error just does nothin
|
||||
worked here locally latest build
|
||||
retest on server after next deploy
|
||||
|
||||
todo: v8 MIGRATE do not export empty strings, do null instead
|
||||
confirm whatever method I use works for certain
|
||||
|
||||
|
||||
todo: Help for list / editor form combo should be combined into list help alone
|
||||
no reason to have separate
|
||||
grid part can just say what's unique and link to standard grid help
|
||||
form part below with all the deets
|
||||
|
||||
todo: v8 MIGRATE do not export empty strings, do null instead
|
||||
confirm whatever method I use works for certain
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -954,7 +954,7 @@ function generateMenu(vm) {
|
||||
readOnly: vm.formState.readOnly,
|
||||
icon: "$ayiUser",
|
||||
title: "User",
|
||||
helpUrl: "form-adm-user",
|
||||
helpUrl: "form-adm-users",
|
||||
formData: {
|
||||
ayaType: window.$gz.type.User,
|
||||
recordId: vm.$route.params.recordid,
|
||||
|
||||
@@ -439,7 +439,7 @@ function generateMenu(vm) {
|
||||
readOnly: vm.formState.readOnly,
|
||||
icon: "$ayiClipboard",
|
||||
title: "CustomerNoteNotes",
|
||||
helpUrl: "form-customer-note",
|
||||
helpUrl: "form-customer-notes",
|
||||
formData: {
|
||||
ayaType: window.$gz.type.CustomerNote,
|
||||
recordId: vm.$route.params.recordid
|
||||
|
||||
@@ -1406,7 +1406,7 @@ function generateMenu(vm) {
|
||||
readOnly: vm.formState.readOnly,
|
||||
icon: "$ayiAddressCard",
|
||||
title: "Customer",
|
||||
helpUrl: "form-customer",
|
||||
helpUrl: "form-customers",
|
||||
formData: {
|
||||
ayaType: window.$gz.type.Customer,
|
||||
recordId: vm.$route.params.recordid,
|
||||
|
||||
@@ -126,7 +126,7 @@ function generateMenu(vm) {
|
||||
isMain: true,
|
||||
icon: "$ayiAddressCard",
|
||||
title: "CustomerList",
|
||||
helpUrl: "form-cust-customers",
|
||||
helpUrl: "form-customers",
|
||||
menuItems: [],
|
||||
formData: {
|
||||
ayaType: window.$gz.type.Customer
|
||||
|
||||
@@ -1303,7 +1303,7 @@ function generateMenu(vm) {
|
||||
readOnly: vm.formState.readOnly,
|
||||
icon: "$ayiAddressCard",
|
||||
title: "HeadOffice",
|
||||
helpUrl: "form-head-office",
|
||||
helpUrl: "form-head-offices",
|
||||
formData: {
|
||||
ayaType: window.$gz.type.HeadOffice,
|
||||
recordId: vm.$route.params.recordid,
|
||||
|
||||
@@ -127,7 +127,7 @@ function generateMenu(vm) {
|
||||
isMain: true,
|
||||
icon: "$ayiSitemap",
|
||||
title: "HeadOfficeList",
|
||||
helpUrl: "form-cust-head-offices",
|
||||
helpUrl: "form-head-offices",
|
||||
menuItems: [],
|
||||
formData: {
|
||||
ayaType: window.$gz.type.HeadOffice
|
||||
|
||||
@@ -963,7 +963,7 @@ function generateMenu(vm) {
|
||||
readOnly: vm.formState.readOnly,
|
||||
icon: "$ayiUser",
|
||||
title: "Contact",
|
||||
helpUrl: "form-cust-contact",
|
||||
helpUrl: "form-cust-contacts",
|
||||
formData: {
|
||||
ayaType: window.$gz.type.User,
|
||||
recordId: vm.$route.params.recordid,
|
||||
|
||||
@@ -155,7 +155,7 @@ function generateMenu(vm) {
|
||||
isMain: true,
|
||||
icon: "$ayiUsers",
|
||||
title: "Contacts",
|
||||
helpUrl: "form-acustdm-users",
|
||||
helpUrl: "form-cust-contacts",
|
||||
menuItems: [],
|
||||
formData: {
|
||||
ayaType: window.$gz.type.User
|
||||
|
||||
@@ -1111,7 +1111,7 @@ function generateMenu(vm) {
|
||||
readOnly: vm.formState.readOnly,
|
||||
icon: "$ayiStore",
|
||||
title: "Vendor",
|
||||
helpUrl: "form-vendor",
|
||||
helpUrl: "form-vendors",
|
||||
formData: {
|
||||
ayaType: window.$gz.type.Vendor,
|
||||
recordId: vm.$route.params.recordid,
|
||||
|
||||
@@ -661,7 +661,7 @@ function generateMenu(vm) {
|
||||
readOnly: vm.formState.readOnly,
|
||||
icon: "$ayiSplotch",
|
||||
title: "Widget",
|
||||
helpUrl: "form-widget",
|
||||
helpUrl: "form-widgets",
|
||||
formData: {
|
||||
ayaType: window.$gz.type.Widget,
|
||||
recordId: vm.$route.params.recordid,
|
||||
|
||||
@@ -123,7 +123,7 @@ function generateMenu(vm) {
|
||||
isMain: true,
|
||||
icon: "$ayiVial",
|
||||
title: "WidgetList",
|
||||
helpUrl: "form-ay-data-list-view",
|
||||
helpUrl: "form-widgets",
|
||||
menuItems: [],
|
||||
formData: {
|
||||
ayaType: window.$gz.type.Widget
|
||||
|
||||
Reference in New Issue
Block a user