This commit is contained in:
@@ -78,7 +78,7 @@ namespace AyaNova.DataList
|
||||
{
|
||||
TKey = "FileSize",
|
||||
FieldKey = "size",
|
||||
UiFieldDataType = (int)UiFieldDataType.Integer,
|
||||
UiFieldDataType = (int)UiFieldDataType.MemorySize,
|
||||
SqlValueColumnName = "afileattachment.size"
|
||||
});
|
||||
|
||||
|
||||
@@ -468,6 +468,7 @@ namespace AyaNova.DataList
|
||||
}
|
||||
break;
|
||||
case UiFieldDataType.Enum://enums are just ints to the db, but it's a special type so the client can recognize it
|
||||
case UiFieldDataType.MemorySize://memory / file size, just a long but this type is for display formatting only
|
||||
case UiFieldDataType.Decimal:
|
||||
case UiFieldDataType.Currency:
|
||||
case UiFieldDataType.InternalId:
|
||||
|
||||
Reference in New Issue
Block a user