My content type doesn't need any settings and, at first, I forgot about the suggestion to add a blank function so the option to override the title shows up. I noticed these problems without that blank function:
1) The admin title function does not get the context passed to it
2) You still have a "settings" option but clicking on it gives you an error like "An error occurred while attempting to process /panels/ajax/configure/2/new-1"
3) The render function doesn't get the context passed to it, either.
As soon as I added the blank function, all these problems went away.
Michelle
Comments
Comment #1
merlinofchaos commented#1 and #3 are not fixable without the blank form. If you require a context, you MUST provide the blank form. As for #2, yes, that's kind of an irritant, but I'm classifying it as minor for the moment.
Comment #2
merlinofchaos commentedChecked in a fix for this.