diff --git a/ayanova/src/api/gzmenu.js b/ayanova/src/api/gzmenu.js
index 5a06ebb2..4ac1fb47 100644
--- a/ayanova/src/api/gzmenu.js
+++ b/ayanova/src/api/gzmenu.js
@@ -18,6 +18,9 @@ export default {
vm.appBar.title = ctx.title;
//Parse the formdata if present
+ //FORMDATA is OPTIONAL and only required for forms that need to allow
+ //viewing object history, attachments, custom fields, etc that kind of thing
+ //usually CORE objects with an id, NOT utility type forms
var formAyaType = 0;
var formRecordId = 0;
if (ctx.formData) {
diff --git a/ayanova/src/views/ay-customize.vue b/ayanova/src/views/ay-customize.vue
index 8196c516..534b4ff5 100644
--- a/ayanova/src/views/ay-customize.vue
+++ b/ayanova/src/views/ay-customize.vue
@@ -301,7 +301,6 @@ function generateMenu(vm) {
title: window.$gz.locale.get("Customize"),
helpUrl: "form-ay-customize",
formData: {
- formKey: FORM_KEY,
ayaType: window.$gz.type.FormCustom,
formCustomTemplateKey: undefined
},
diff --git a/ayanova/src/views/ay-data-list-view.vue b/ayanova/src/views/ay-data-list-view.vue
index 3960b9e7..23858952 100644
--- a/ayanova/src/views/ay-data-list-view.vue
+++ b/ayanova/src/views/ay-data-list-view.vue
@@ -934,7 +934,6 @@ function generateMenu(vm) {
title: window.$gz.locale.get("DataListView"),
helpUrl: "form-ay-data-list-view",
formData: {
- formKey: FORM_KEY,
ayaType: window.$gz.type.FormCustom,
formCustomTemplateKey: undefined
},
diff --git a/ayanova/src/views/home-password.vue b/ayanova/src/views/home-password.vue
index 00745c49..bea3b962 100644
--- a/ayanova/src/views/home-password.vue
+++ b/ayanova/src/views/home-password.vue
@@ -1,21 +1,420 @@
-
+
+
+
+
+
+
+ {{ formState.errorBoxMessage }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ lt("UserColor") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ayanova/src/views/home-user-settings.vue b/ayanova/src/views/home-user-settings.vue
index be24db41..fc038f8c 100644
--- a/ayanova/src/views/home-user-settings.vue
+++ b/ayanova/src/views/home-user-settings.vue
@@ -341,7 +341,6 @@ function generateMenu(vm) {
title: window.$gz.locale.get("UserSettings"),
helpUrl: "form-home-user-settings",
formData: {
- formKey: FORM_KEY,
ayaType: window.$gz.type.UserOptions
},
menuItems: []
diff --git a/ayanova/src/views/widget.vue b/ayanova/src/views/widget.vue
index a216b793..e3b129a3 100644
--- a/ayanova/src/views/widget.vue
+++ b/ayanova/src/views/widget.vue
@@ -588,7 +588,6 @@ function generateMenu(vm) {
title: window.$gz.locale.get("Widget"),
helpUrl: "form-widget",
formData: {
- formKey: FORM_KEY,
ayaType: window.$gz.type.Widget,
recordId: vm.$route.params.recordid,
formCustomTemplateKey: FORM_CUSTOM_TEMPLATE_KEY