[Zope-Checkins] CVS: Zope/lib/python/OFS - Folder.py:1.97.4.1

Casey Duncan casey_duncan@yahoo.com
Fri, 14 Dec 2001 00:20:33 -0500


Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv27066

Modified Files:
      Tag: casey-better_put_handling-branch
	Folder.py 
Log Message:
Changed constructor so that "public interface" is property named
based on the default view name of the parent folder.


=== Zope/lib/python/OFS/Folder.py 1.97 => 1.97.4.1 ===
                   )
         ob.manage_addProduct['PageTemplates'].manage_addPageTemplate(
-            id='index_html', title='')
+            id=ob.getPublicInterfaceId(), title='')
 
     if REQUEST is not None:
         return self.manage_main(self, REQUEST, update_menu=1)