[CMF-checkins] CVS: CMF/CMFWorkspaces - OrganizationTool.py:1.6

Matthew T. Kromer matt@zope.com
Tue, 18 Feb 2003 15:05:34 -0500


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

Modified Files:
	OrganizationTool.py 
Log Message:
Make sure we notify the persistence engine when we've mutated a dictionary


=== CMF/CMFWorkspaces/OrganizationTool.py 1.5 => 1.6 ===
--- CMF/CMFWorkspaces/OrganizationTool.py:1.5	Fri Feb 14 11:14:02 2003
+++ CMF/CMFWorkspaces/OrganizationTool.py	Tue Feb 18 15:05:34 2003
@@ -120,6 +120,7 @@
         """Sets a single location and skin name for a type.
         """
         self._types[type] = (location, skin_name)
+        self._p_changed = 1
 
     security.declareProtected(ManagePortal, 'setLocationInfo')
     def setLocationInfo(self, info, RESPONSE=None):