I'm working on a new attribute type and everything appears to be installed and working except C5 is not calling the type_form() method in my controller. I have extended the AttributeTypeController and made certain the type_form() method is public, but no go.
I've added some logging code to verify the problem. Anyone have any suggestions?