From 2c40807a3f57821b0e5ad51f446eadcf8867dfd9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 8 Dec 2020 00:55:06 +0000 Subject: [PATCH] SNAPSHOT REVERT POINT - about to attempt to DataList-isize the Inside and Outside users lists with some experimentation, revert to here if all fails --- server/AyaNova/biz/UiFieldDataType.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/AyaNova/biz/UiFieldDataType.cs b/server/AyaNova/biz/UiFieldDataType.cs index 289790fb..13828452 100644 --- a/server/AyaNova/biz/UiFieldDataType.cs +++ b/server/AyaNova/biz/UiFieldDataType.cs @@ -21,6 +21,7 @@ namespace AyaNova.Biz InternalId = 13, MemorySize = 14,//this is so client can convert what would normally be an Integer type to human readable file / ram size value TimeSpan=15, - PhoneNumber=16//this is so client can dial directly + PhoneNumber=16,//this is so client can dial directly, + Roles = 17//for grid display (users) } }