This commit is contained in:
2019-12-11 00:31:11 +00:00
parent d2ebf02aea
commit 76f2e249d9
3 changed files with 4 additions and 2 deletions

View File

@@ -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.

View File

@@ -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,

View File

@@ -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,