[CMF-checkins] CVS: CMF/CMFWorkspaces - Workspace.py:1.8

Shane Hathaway shane@zope.com
Thu, 2 Jan 2003 16:52:03 -0500


Update of /cvs-repository/CMF/CMFWorkspaces
In directory cvs.zope.org:/tmp/cvs-serv23027

Modified Files:
	Workspace.py 
Log Message:
Added a workspace creation form

=== CMF/CMFWorkspaces/Workspace.py 1.7 => 1.8 ===
--- CMF/CMFWorkspaces/Workspace.py:1.7	Fri Oct 18 01:55:13 2002
+++ CMF/CMFWorkspaces/Workspace.py	Thu Jan  2 16:51:31 2003
@@ -90,7 +90,7 @@
                  webdav.Collection.Collection):
     __doc__ = __doc__                   # Use the module docstring.
 
-    meta_type = 'Workspace'
+    meta_type = portal_type = 'Workspace'
 
     security = ClassSecurityInfo()
     security.setPermissionDefault(ManageWorkspaces, ('Manager', 'Owner'))