I have a content_type that implements IMultiPageSchema. As described on the interface, this gives the behaviour of having a “next/previous/save” set of buttons at the end of edit form so your content type can behave like a kind of wizard. This works fine in Plone2.5 but we are upgrading to Plone3 and 4, and now, the behaviour is weird. If the AT content_type implements this interface, the buttons appear but every fields of every schemata appear on the form, the schemata are not handled correctly and not sdivided thru the “next/previous” buttons.
This weird behaviour appears with Plone3 but not with Plone4…
To test, just add this to the configure.zcml file of Products.Archetypes
<five:implements
class=”Products.ATContentTypes.content.document.ATDocument”
interface=”Products.Archetypes.interfaces._schema.IMultiPageSchema” />
Restart Zope and then edit the front-page (or any other document of a Plone site).
Every fields are shown on every schemata…
Could anybody check and see if it happens or if it only happens here…
Thank you very much, have a nice day,
Gauthier Bastien, www.communesplone.org