This commit is contained in:
2019-01-16 22:45:49 +00:00
parent 317636aa3f
commit fd2b46cc59
7 changed files with 191 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ namespace raven_integration
dt.fld = "WidgetCustom1";
dt.hide = false;
dt.required = true;
dt.type = "date";
dt.type = "text";
dtemplate.Add(dt);
dt = new JObject();