Log message for revision 94974:
Give the ProductFolder back its type restriction. After ZClasses are gone,
you cannot manage those TTW anymore. Automatic creation as part of the startup
process still works.
Changed:
U Zope/trunk/lib/python/App/Product.py
-=-
Modified: Zope/trunk/lib/python/App/Product.py
===================================================================
--- Zope/trunk/lib/python/App/Product.py 2009-01-24 12:35:44 UTC (rev
94973)
+++ Zope/trunk/lib/python/App/Product.py 2009-01-24 12:47:02 UTC (rev
94974)
@@ -59,6 +59,9 @@
meta_type = 'Product Management'
icon = 'p_/ProductFolder_icon'
+ all_meta_types=()
+ meta_types=()
+
# This prevents subobjects from being owned!
_owner = UnownableOwner
_______________________________________________
Zope-Checkins maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-checkins