We have content types that have a property that is joined to most/all other content types via "ftjoin". When a new content type is created, often the desired behavior is to have it available to all other content types. Therefore, we have to search all the content types, find the properties that have ftjoin=<listOfAllContentTypes> and then add the new content type to every one of these ftjoins.
Is there anyway to specify an expression for the value of ftjoin that would be evaluated? This way we could have the list in one place - function, db, or xml file - that the list would be retrieved from. If a function could be specified, then it could passed the type name for any special processing - e.g. for type 'xyz' get the list of all content types, but then remove these 3 before giving to ftjoin. Having a dynamic ftjoin would reduce maintenance. I understand with any new power comes responsibility - that is you'd have know when you change the function or the list of content types returned, the Meta data would have to be updated and the content type redeployed. Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
