Michael Sammut wrote:

Just noticed that when I add content  to any of my custom types, the left
hand window, no matter where I am refreshes back to the "content" menu --
new, facts, links, events.  Unsure if I just forgot to do something or is it
a tiny bug?

In your edit page you should have a cflocation back to the listing page (genericadmin). What value do you have for the location? It should be whatever you have in your genericadmin.xml file.


Eg, I have a careers custom type.

XML file:

<menutitle>Careers</menutitle>
<menuitem>
<label>Careers</label>
<link>/farcry/admin/customadmin.cfm?module=dmCareers/list.cfm</link>
</menuitem>       

edit page:

<cfif isDefined("bComplete") and bComplete>
<!--- unlock object and save object --->

<!--- all done in one window so relocate back to main page --->
<cflocation url="#application.url.farcry#/admin/customadmin.cfm?module=dmCareers/list.cfm" addtoken="no">
</cfif>


Hope that helps :)

-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]

Reply via email to