IMultiPageSchema not working with Archetypes 1.5.11

2 messages Options
Embed this post
Permalink
David Bain-5 () IMultiPageSchema not working with Archetypes 1.5.11
Reply Threaded More More options
Print post
Permalink
I just upgraded from Plone 3.2.2 to Plone 3.2.3 and now some of my archetypes based products that use MultiPageSchema don't work.

Basically the "next" button does not advance to the next schemata fieldset.

This code is added at the bottom of my product.

try:
    from Products.Archetypes.interfaces import IMultiPageSchema
except ImportError:
    # It doesn't exist, do nothing
    pass
else:
    classImplements(Importer, IMultiPageSchema)

Pinning my Archetypes version to 1.5.10 solved the problem.
--
SplashStart - Professional Websites. Starting Now.
http://www.splashstart.com


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Archetypes-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/archetypes-users
Vincent Fretin () Re: IMultiPageSchema not working with Archetypes 1.5.11
Reply Threaded More More options
Print post
Permalink
Hi,

Can you fill a bug report?

Thanks.

Vincent Fretin
Ecreall
Site : http://vincentfretin.ecreall.com



On Thu, Jul 16, 2009 at 11:35 PM, David Bain<[hidden email]> wrote:

> I just upgraded from Plone 3.2.2 to Plone 3.2.3 and now some of my
> archetypes based products that use MultiPageSchema don't work.
>
> Basically the "next" button does not advance to the next schemata fieldset.
>
> This code is added at the bottom of my product.
>
> try:
>     from Products.Archetypes.interfaces import IMultiPageSchema
> except ImportError:
>     # It doesn't exist, do nothing
>     pass
> else:
>     classImplements(Importer, IMultiPageSchema)
>
> Pinning my Archetypes version to 1.5.10 solved the problem.
> --
> SplashStart - Professional Websites. Starting Now.
> http://www.splashstart.com
>
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Archetypes-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/archetypes-users
>
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Archetypes-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/archetypes-users