Commit ea685c6e authored by Jim Fulton's avatar Jim Fulton

Changed meta_types definition for Factory to use the class-defined

meta-type.
parent 27713e50
...@@ -173,7 +173,7 @@ class Product(Folder): ...@@ -173,7 +173,7 @@ class Product(Folder):
ZClasses.meta_types+ ZClasses.meta_types+
( (
{ {
'name': 'Principia Factory', 'name': Factory.meta_type,
'action': 'manage_addPrincipiaFactoryForm' 'action': 'manage_addPrincipiaFactoryForm'
}, },
) )
......
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