I have the same problem when using custom content.
When I'm trying to approve or send to draft a custom content, the main menu to the left is updated with the dynamic content menu, and I'm also displayed with the GenericAdmin.cfm instead of the customadmin.cfm.
Try adding finishURL attribute to you custom types call to genericAdmin. It defaults to the dynamic link which you are seeing now so override it with the same link used in your customadmin.xml file. eg:
<farcry:genericAdmin
permissionType="News"
admintype="dmCustom"
metadata="false"
header="false"
typename="dmCustom"
finishURL="/farcry/admin/customadmin.cfm?module=dmCustom/list.cfm">In farcry_core/tags/farcry/genericAdmin.cfm
Row 103, genericAdmin.cfm should be GenericAdmin.cfm (according to the filename)
I don't see this typo. Can you provide the whole line you are referring to?
Another case typo in farcry_core/admin/navajo/GenericAdmin.cfm
Row 98, editTabStats.cfm should be edittabStats.cfm (according to the filename)
Fixed.
-Brendan http://farcry.daemon.com.au
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
