This commit is contained in:
2020-02-04 20:36:49 +00:00
parent dbde4b68fd
commit 37e8878c4f
4 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ namespace AyaNova.DataList
string SQLFrom { get; set; }
//List of fields for this object
List<AyaDataListFieldDefinition> FieldDefinitions { get; set; }
List<AyaDataListFieldDefinition> FieldDefinitions { get; set; }//NOTE: First field after df is used as the title above the narrow grid view so it should be the name of the item to be shown that is most identifiable
//allowed roles to access the full list templated fields
AuthorizationRoles FullListAllowedRoles { get; set; }