This commit is contained in:
@@ -58,7 +58,7 @@ namespace AyaNova.Biz
|
|||||||
l.Add(new AyaFormFieldDefinition { LtKey = "WidgetNotes", FieldKey = "Notes" });
|
l.Add(new AyaFormFieldDefinition { LtKey = "WidgetNotes", FieldKey = "Notes" });
|
||||||
//More to do on this, maybe the datatype should be a LINK or something for UI purposes
|
//More to do on this, maybe the datatype should be a LINK or something for UI purposes
|
||||||
//circle back on this when there is enough infrastructure to test
|
//circle back on this when there is enough infrastructure to test
|
||||||
l.Add(new AyaFormFieldDefinition { LtKey = "User", FieldKey = "userid" });
|
l.Add(new AyaFormFieldDefinition { LtKey = "User", FieldKey = "UserId" });
|
||||||
l.Add(new AyaFormFieldDefinition { LtKey = "Active", FieldKey = "Active", Hideable = false });
|
l.Add(new AyaFormFieldDefinition { LtKey = "Active", FieldKey = "Active", Hideable = false });
|
||||||
l.Add(new AyaFormFieldDefinition { LtKey = "Tags", FieldKey = "Tags" });
|
l.Add(new AyaFormFieldDefinition { LtKey = "Tags", FieldKey = "Tags" });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user