Héctor Velarde wrote:
I just released my first product with support for both Plone 2.5 and Plone 3.0.

after some testing I found a small issue that was related with the content type definition declared in the GS profile.

it seems to me that in Plone 3.0 this is a little bit different (objects doesn't have Properties tab) so... do I have to create a different profile for a Plone 3.0 installation?


It's annoying but yes.

But you don't need to duplicate your profile entirely.
Just spit it into two parts (one for Plone 3 and one
for all the changes from there to support 2.5) and
have your install do the version check and load the
respective profile(s).

Alternatively, you could put some magic into an 'importVarious'
step to do the adjustment but that's more of a hack than anything.
(at least I'm not aware of any conditional configurations via GS)

Other suggestions anyone?

Raphael


saludos


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to