Commit 1ae96944 authored by Hanno Schlichting's avatar Hanno Schlichting

Give the ProductFolder back its type restriction. After ZClasses are gone, you...

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.
parent 6c28e96c
......@@ -59,6 +59,9 @@ class ProductFolder(Folder):
meta_type = 'Product Management'
icon = 'p_/ProductFolder_icon'
all_meta_types=()
meta_types=()
# This prevents subobjects from being owned!
_owner = UnownableOwner
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment