This commit is contained in:
@@ -248,6 +248,13 @@ namespace AyaNova.Biz
|
|||||||
SqlValueColumnName = "auseroptions.emailaddress",
|
SqlValueColumnName = "auseroptions.emailaddress",
|
||||||
UiFieldDataType = (int)AyaUiFieldDataType.EmailAddress
|
UiFieldDataType = (int)AyaUiFieldDataType.EmailAddress
|
||||||
});
|
});
|
||||||
|
l.Add(new AyaObjectFieldDefinition
|
||||||
|
{
|
||||||
|
LtKey = "Active",
|
||||||
|
FieldKey = "widgetactive",
|
||||||
|
SqlValueColumnName = "awidget.active",
|
||||||
|
UiFieldDataType = (int)AyaUiFieldDataType.Bool
|
||||||
|
});
|
||||||
break;
|
break;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user