I have a custom content type that has an array property tied to
dmProfile.

I want to limit what profiles actually appear in the library.  I have
looked at ftLibraryData (http://docs.farcrycms.org:8080/confluence/
display/FCDEV40/Library+Properties) but it does not seem to be working
as expected.

I am fairly certain I am doing something wrong.

In the <cfproperty> on my custom type I have <cfproperty ...
ftJoin="dmProfile" ftLibraryData="getInstructors" ... >

In dmProfiles.cfc (I am already extending dmProfile, so I have on in
my project specific folder), I added a method, named getInstructors,
that queries the DB based on the criteria I desire. (I have tested
query in RDBMS and it returns the results I desire).  Yet, when I view
the library, all profiles still appear, and not just the ones that
should be there.

Can anyone see what I may be doing wrong?


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to