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