Damn, you're right. ftseq="4" was a "Category" formtool heading. I wonder why that wasn't happening before though? I switched things around, and everything works fine again. Thanks for the tip as to where to look. Tomek
On Thu, May 28, 2009 at 7:53 PM, Blair McKenzie <[email protected]> wrote: > It's probably the ftSeq value. If that value mixes your property (which is > "General Details") in with properties for another step, FarCry would output > the step twice. > > Blair > > > On Fri, May 29, 2009 at 9:36 AM, Tomek Kott <[email protected]> wrote: > >> Using a recently updated FC5.1.4, a user just tried to create a new dmNews >> item, and saw that the "General Details" step of the wizard was coming up >> twice. Specifically, the title, the source, a custom tag, and the display >> template are being offered for input twice, and being saved twice. Since I >> haven't changed my extension to dmNews nor any of the code that displays the >> wizard, I'm at a loss to explain why this is going on. >> Any ideas or places where I should start tracking some code down? I've >> never messed around with the wizard or anything, but I imagine its something >> with that. >> >> It doesn't happen with dmEvent, dmFacts, dmLinks, or anything like that. I >> tried restarting the application, but it didn't help. I tried removing my >> custom content, refreshing COAPI, and that solved the double viewing error. >> So I put back my dmNews file, refreshed COAPI again, and lo-and behold, the >> error is back. Any ideas? >> >> This is the full contents of my custom extension: >> >> <cfcomponent extends="farcry.plugins.farcrycms.packages.types.dmNews" >> bAudit="true" bObjectBroker="true" objectbrokermaxobjects="100" >> lObjectBrokerWebskins="display*"> >> <cfproperty ftseq="5" ftfieldset="General Details" ftwizardStep="General >> Details" name="assSession" type="numeric" >> hint="Assembly Session" required="yes" ftlabel="Assembly Session" >> ftType="integer" >> ftDefaultType="Evaluate" >> ftDefault="28+DateDiff('yyyy','2008/07/01',DateFormat(now(),'yyyy/mm/dd'))"/> >> </cfcomponent> >> >> the sequence number is unique, the fieldset and wizardsteps are correct. >> Anything else that might be going wrong? >> >> >> Thanks, >> >> Tomek >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
