This commit is contained in:
2021-07-09 20:25:50 +00:00
parent 95a51b2a4a
commit a676f3d9ac
3 changed files with 11 additions and 11 deletions

View File

@@ -86,7 +86,7 @@ namespace AyaNova.DataList
FieldKey = "Project",
TKey = "Project",
UiFieldDataType = (int)UiFieldDataType.Text,
AType = (int)AyaType.User,
AType = (int)AyaType.Project,
SqlIdColumnName = "aproject.id",
SqlValueColumnName = "aproject.name"
});