Thanks Chris. This seems to work in dmNews. Will have a look into other troubling properties and get back.
Much appreciated. On Fri, Feb 10, 2012 at 1:46 PM, Chris Kent <[email protected]> wrote: > I think this is due to formtools validation on properties that you have > included in your filter. You need to override the formtool validation for > the object admin. > > Try adding the following before <ft:objectadmin replacing/addig property > names as required > <cfset stFilterMetadata = { > status = { ftValidation = "" }, > catNews = { ftValidation = "" } > } /> > > And add the following to your <ft:objectadmin > stFilterMetadata="#stFilterMetadata#" > > Chris > > -- > 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 > -- 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
