This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user