diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c3fedba0..fee0c3b2 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -48,6 +48,8 @@ CURRENT TODOs TODO: HELP LINKS - Make sure each form has a unique help link and also make a stub page in the documentation for that help link to be filled in later or now if applicable + http://localhost:7575/docs/intro/#searching + TODO: FORM CUSTOMIZATION FORM - If a user changes a field data type there needs to be a big warning before accepting it. diff --git a/ayanova/src/views/customize.vue b/ayanova/src/views/customize.vue index e2dba6bc..0a6a83c0 100644 --- a/ayanova/src/views/customize.vue +++ b/ayanova/src/views/customize.vue @@ -318,7 +318,7 @@ function generateMenu(vm) { isMain: false, icon: "fa-sliders-h", title: window.$gz.locale.get("Customize"), - helpUrl: "intro/#searching", + helpUrl: "user-form-customize", formData: { formKey: FORM_KEY, ayaType: window.$gz.type.FormCustom, diff --git a/ayanova/src/views/inventory-widget-edit.vue b/ayanova/src/views/inventory-widget-edit.vue index 3ec5ab71..51407a95 100644 --- a/ayanova/src/views/inventory-widget-edit.vue +++ b/ayanova/src/views/inventory-widget-edit.vue @@ -652,7 +652,7 @@ function generateMenu(vm) { isMain: false, icon: "fa-splotch", title: window.$gz.locale.get("Widget"), - helpUrl: "intro/#searching", + helpUrl: "user-form-widget", formData: { formKey: FORM_KEY, ayaType: window.$gz.type.Widget,