I dont have farcry in front of me at the moment,
but does getDescendants() have a afilter argument?


 
On 3/31/06, Gavin Cooney <[EMAIL PROTECTED]> wrote:

hi guys

I'm running this code

<cfscript>
       navFilter=arrayNew(1);
       navfilter[1]="status IN (#listQualify( request.mode.lvalidstatus, "'")#)";
       qGetChildren = application.factory.oTree.getDescendants(
                       objectid=request.navid, depth=1, afilter=navFilter);
</cfscript>

I've dumped navFilter and it's:
navFilter[1] = status IN ('approved')

and it is returning draft nav nodes.

I'm using FC 3 and am supposed to be launching the site in the next
few hours... any ideas before i headbut my monitor?

Gav

--
www.gavcooney.com





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to