[Checkins] SVN: Zope/trunk/lib/python/App/Product.py 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.

Hanno Schlichting plone at hannosch.info
Sat Jan 24 07:47:02 EST 2009


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
 



More information about the Checkins mailing list