I'm pretty sure this has been a bug in the array picker for many versions of FarCry. I've just done the same thing as Chris in the past. Not ideal, but it gets it by.
-- Jeff Coughlin On Aug 29, 2012, at 7:48 PM, Blair McKenzie <[email protected]> wrote: > I'll change it so that draft versions of approved objects aren't shown or > searched - otherwise users will be confused when the draft is approved and > effectively deleted. > > Blair > > On Thu, Aug 30, 2012 at 7:03 AM, Chris Kent <[email protected]> wrote: > Trying out the impressive new typeahead formtool. > > One thing I noticed, if your selection includes content items that have both > approved and draft versions you will see duplicates in the select list making > it difficult for content editors to decide which one to select. > > One possible solution is to use a modified version of librarySelected.cfm to > indicate the status of the content items. Create a copy of > librarySelected.cfm into your project/plugins webskin/types and replace > <cfoutput>#stobj.label#</cfoutput> > > with > <cfif stobj.status eq "draft" and stobj.versionID neq ""> > <cfoutput>#stobj.label# (draft)</cfoutput> > <cfelse> > <cfoutput>#stobj.label#</cfoutput> > </cfif> > > To assist content selection. > > 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 > > -- -- 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
