This commit is contained in:
@@ -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]";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user