This commit is contained in:
@@ -48,6 +48,8 @@ CURRENT TODOs
|
|||||||
|
|
||||||
TODO: HELP LINKS
|
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
|
- 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
|
TODO: FORM CUSTOMIZATION FORM
|
||||||
- If a user changes a field data type there needs to be a big warning before accepting it.
|
- 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,
|
isMain: false,
|
||||||
icon: "fa-sliders-h",
|
icon: "fa-sliders-h",
|
||||||
title: window.$gz.locale.get("Customize"),
|
title: window.$gz.locale.get("Customize"),
|
||||||
helpUrl: "intro/#searching",
|
helpUrl: "user-form-customize",
|
||||||
formData: {
|
formData: {
|
||||||
formKey: FORM_KEY,
|
formKey: FORM_KEY,
|
||||||
ayaType: window.$gz.type.FormCustom,
|
ayaType: window.$gz.type.FormCustom,
|
||||||
|
|||||||
@@ -652,7 +652,7 @@ function generateMenu(vm) {
|
|||||||
isMain: false,
|
isMain: false,
|
||||||
icon: "fa-splotch",
|
icon: "fa-splotch",
|
||||||
title: window.$gz.locale.get("Widget"),
|
title: window.$gz.locale.get("Widget"),
|
||||||
helpUrl: "intro/#searching",
|
helpUrl: "user-form-widget",
|
||||||
formData: {
|
formData: {
|
||||||
formKey: FORM_KEY,
|
formKey: FORM_KEY,
|
||||||
ayaType: window.$gz.type.Widget,
|
ayaType: window.$gz.type.Widget,
|
||||||
|
|||||||
Reference in New Issue
Block a user