Hello,
This question is mainly aimed at OT DEV, so I hope someone is monitoring this. In CS 10.0 and earlier when I wanted to build an Admin section for my module, I'd go to $WebAdmin, and orphan the AdminIndexCallbacks object. I assume that in the 10.5 world, the correct approach is to a) create a new package, then b) create a new object which would take said object as a parent. If so, I am assuming that I would start typing and the type-ahead feature should find the correct object to orphan from. When I do that,, I'm not finding the specific object I want :
Looking at the module browser, I can see clearly that the AdminIndexCallback exists:

So my question is, what is the correct way to add this orphan to my module and package in 10.5? Is it my imagination or are some parent objects not showing up when I use the autocomplete/browse feature for creating a new object?
Thanks in advance.
-Hugh Ferguson