This commit is contained in:
2020-03-26 22:21:44 +00:00
parent 3b094244c6
commit 09eb1f1834

View File

@@ -58,7 +58,7 @@ namespace AyaNova.Biz
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
//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 = "Tags", FieldKey = "Tags" });