On Mar 30, 3:52 pm, dckalorama <[email protected]> wrote: > To extend the Events content type, I created a dmEvents.cfc file in > projects/project folder/packages/types. This CFC extends > farcry.plugins.farcrycms.packages.types.dmEvent and includes the > fields I want to add. Then in the admin, I deployed the new fields > via Admin Tab> Developer Utilities>COAPI tools>Types > > Are there additional steps? Do I need to deploy the scaffold?
Try creating a new Event, rather than editing an existing event. If this works then see below. When a wizard starts it creates a snapshot of what a specific content type is supposed to look like. It uses snapshot for the life of the wizard. If you change the underlying model of a content type (ie. by adding or removing properties) the wizard "snapshot" and the actual data record no longer match and you get an error. Simplest way to correct this is to go to ADMIN > Developer Utilities > Reload Application and then look for the "Wizards" option. This will sipe all "in progress" wizards. Hope that helps, -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
