This commit is contained in:
@@ -83,7 +83,7 @@ namespace AyaNova.Api.Controllers
|
||||
string name = t.ToString();
|
||||
if (t.HasAttribute(typeof(CoreBizObjectAttribute)))
|
||||
{
|
||||
name += " [Attachable]";
|
||||
name += " [CoreBizObject]";
|
||||
}
|
||||
ReturnList.Add(new NameIdItem() { Name = name, Id = (long)t });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user