This commit is contained in:
24
util.cs
24
util.cs
@@ -437,8 +437,7 @@ namespace raven_integration
|
|||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public static string WidgetRequiredCustomFieldsJsonString()
|
public static string WidgetRequiredCustomFieldsJsonString()
|
||||||
{/*CURRENT TEMPLATE DEFINITION FOR WIDGET CUSTOM FIELDS, FROM SEEDER.CS SERVER PROJECT
|
{/*CURRENT TEMPLATE DEFINITION FOR WIDGET CUSTOM FIELDS, FROM SEEDER.CS SERVER PROJECT
|
||||||
{
|
Template = @"[
|
||||||
""template"": [
|
|
||||||
{
|
{
|
||||||
""fld"": ""WidgetNotes"",
|
""fld"": ""WidgetNotes"",
|
||||||
""required"": ""true""
|
""required"": ""true""
|
||||||
@@ -447,7 +446,7 @@ namespace raven_integration
|
|||||||
""fld"": ""WidgetCustom1"",
|
""fld"": ""WidgetCustom1"",
|
||||||
""hide"": ""false"",
|
""hide"": ""false"",
|
||||||
""required"": ""false"",
|
""required"": ""false"",
|
||||||
""type"": ""date""
|
""type"": ""datetime""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
""fld"": ""WidgetCustom2"",
|
""fld"": ""WidgetCustom2"",
|
||||||
@@ -459,7 +458,7 @@ namespace raven_integration
|
|||||||
""fld"": ""WidgetCustom3"",
|
""fld"": ""WidgetCustom3"",
|
||||||
""hide"": ""false"",
|
""hide"": ""false"",
|
||||||
""required"": ""false"",
|
""required"": ""false"",
|
||||||
""type"": ""int""
|
""type"": ""number""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
""fld"": ""WidgetCustom4"",
|
""fld"": ""WidgetCustom4"",
|
||||||
@@ -471,10 +470,21 @@ namespace raven_integration
|
|||||||
""fld"": ""WidgetCustom5"",
|
""fld"": ""WidgetCustom5"",
|
||||||
""hide"": ""false"",
|
""hide"": ""false"",
|
||||||
""required"": ""false"",
|
""required"": ""false"",
|
||||||
""type"": ""decimal""
|
""type"": ""currency""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
""fld"": ""WidgetCustom6"",
|
||||||
|
""hide"": ""false"",
|
||||||
|
""required"": ""false"",
|
||||||
|
""type"": ""date""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
""fld"": ""WidgetCustom7"",
|
||||||
|
""hide"": ""false"",
|
||||||
|
""required"": ""false"",
|
||||||
|
""type"": ""time""
|
||||||
}
|
}
|
||||||
]
|
]"
|
||||||
}"
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//Custom fields
|
//Custom fields
|
||||||
|
|||||||
Reference in New Issue
Block a user