Neil,

Try this, it should work.

Copy the navigation edit handler from /core/webskin/dmNavigation/
edit.cfm into your project folder and modify the following line to
include your new properties
        <ft:object stObject="#stObj#" lFields="title,lNavIDAlias"
legend="General Details" />
e.g.
        <ft:object stObject="#stObj#" lFields="title,lNavIDAlias,prop1,prop2"
legend="General Details" />

Then restart the application.

Chris.


On Oct 20, 9:59 pm, Neil Peaslee <[email protected]> wrote:
> I'm in the middle of upgrading to 5.2 and I've hit a snag with dmNavigation.
> I extended the dmNavigation type in version 4 to include several properties
> that I use in breadcrumbs and friendly urls. All the data transferred over
> but I can't seem to edit any of it. When I open the dmNavigation node in the
> site tree and click edit I get a page that has three fields in it: Title,
> Alias and Attached Content. I assume those are defaults. Does anyone know
> what happened to my extended properties?
> Thanks,
> Neil
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---

Reply via email to