type_form() not called

Permalink
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?
lenrsmith
View Replies: View Best Answer
lenrsmith replied on at Permalink Best Answer Reply
lenrsmith
Fixed my own problem. As usual it was a misspelled filename...grrr! Copy/Paste...Copy/Paste