This commit is contained in:
@@ -34,7 +34,7 @@ namespace raven_integration
|
|||||||
dynamic dt = new JObject();
|
dynamic dt = new JObject();
|
||||||
dt.fld = "WidgetCustom1";
|
dt.fld = "WidgetCustom1";
|
||||||
dt.hide = false;
|
dt.hide = false;
|
||||||
dt.required = true;
|
dt.required = false;
|
||||||
dt.type = "date";
|
dt.type = "date";
|
||||||
dtemplate.Add(dt);
|
dtemplate.Add(dt);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user