This commit is contained in:
@@ -16,8 +16,6 @@ namespace AyaNova.DataList
|
||||
var RoleSet = BizRoles.GetRoleSet(DefaultListObjectType);
|
||||
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
|
||||
|
||||
|
||||
|
||||
//######## DEFAULT VIEW WHEN NO VIEW CHOSEN ############
|
||||
//Default ListView - show all transactions in order
|
||||
dynamic dlistView = new JArray();
|
||||
@@ -98,7 +96,6 @@ namespace AyaNova.DataList
|
||||
IsRowId = true//should open to eventlog since no edit
|
||||
});
|
||||
|
||||
|
||||
FieldDefinitions.Add(new AyaDataListFieldDefinition
|
||||
{
|
||||
TKey = "PartInventoryTransactionEntryDate",
|
||||
|
||||
Reference in New Issue
Block a user