James,
I use a similar technique to place content types within the tree. I
have tested this in 5.2.2 and can not recreate the navigation
selection by alias problem, but I did find a separate issue, the
default renderType ignores the ftselectmultiple
Also, not sure why you are using an array then warning the admin user
to only select one nav node, try adding the ftselectmultiple="0"
This is what I use, and it works, including only selecting the tree
based on the nav alias "subjects". I had to add
ftRenderType="prototype" to make this work in 5.2.2 it does work
without this in 5.1.?
<cfproperty ftseq="10" ftwizardStep="General Details"
ftfieldset="Navigator" name="navNavigator" type="string" hint="News
Navigator." required="no" default="" fttype="navigation" ftlabel="Site
Tree Home"
ftalias="subjects" ftselectmultiple="0" ftRenderType="prototype"
fthelptitle="Content Location"
fthelpsection="Use the News Navigator to set the content placement." /
>
Looks like this is being reworked in 5.2.3
Chris.
On Oct 8, 8:01 pm, James Buckingham <[email protected]> wrote:
> Hi there,
>
> Hit another problem with 5.2.2 and wondered if anyone else was getting
> this or had a solution.
>
> We have a Navigation type in one of our types which is using the
> following code:
>
> -----
>
> <cfproperty ftseq="41" ftfieldset="Subject Hub" ftwizardStep="Related
> Content" name="aSubjectHub" type="array" hint="The navigation point in
> which the subject hub resides" required="true" default=""
> fttype="navigation" ftalias="subjects" ftlabel="Selected Subject Hub"
> fthelpsection="This is where the course will
> reside in the site
> navigation. Please only select one! other wise you might experience
> unexpected behaviour, if 2 are accidently selected then will default
> to the first selected navigation" ftJoin="dmNavigation"/>
>
> -----
>
> In 5.1.0 and 5.1.6 this gives us a tree with the children of the
> "subjects" section of the site. In 5.2.2 all we see if the parent
> "Subjects" and the rest is empty.
>
> My colleague also noticed a similar thing in the Admin > Users section
> where the "Default site tree location" section (using the site
> navigation) only shows the "root".
>
> Any help would be appreciated as I think this is the only thing
> stopping us from upgrading production to 5.2.2 now.
>
> Thanks,
> James
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---