This commit is contained in:
2020-03-12 19:48:12 +00:00
parent 2cf681d7d7
commit e0b5ea0dc3
6 changed files with 34 additions and 26 deletions

View File

@@ -81,7 +81,7 @@ namespace AyaNova.Api.Controllers
foreach (AyaType t in values)
{
string name = t.ToString();
if (t.HasAttribute(typeof(AttachableAttribute)))
if (t.HasAttribute(typeof(CoreBizObjectAttribute)))
{
name += " [Attachable]";
}