[Checkins] SVN: GenericSetup/trunk/ getExportStepRegistry had the wrong security declaration

Lennart Regebro regebro at gmail.com
Thu Apr 6 13:53:24 EDT 2006


Log message for revision 66598:
  getExportStepRegistry had the wrong security declaration
  

Changed:
  U   GenericSetup/trunk/CHANGES.txt
  U   GenericSetup/trunk/tool.py

-=-
Modified: GenericSetup/trunk/CHANGES.txt
===================================================================
--- GenericSetup/trunk/CHANGES.txt	2006-04-06 17:46:52 UTC (rev 66597)
+++ GenericSetup/trunk/CHANGES.txt	2006-04-06 17:53:23 UTC (rev 66598)
@@ -1,5 +1,9 @@
 GenericSetup Product Changelog
 
+  GenericSetup 1.1 (unreleased)
+
+   - getExportStepRegistry had the wrong security declaration
+
   GenericSetup 1.1-beta2 (2006/03/26)
 
     No changes - tag created to coincide with CMF 2.0.0-beta2

Modified: GenericSetup/trunk/tool.py
===================================================================
--- GenericSetup/trunk/tool.py	2006-04-06 17:46:52 UTC (rev 66597)
+++ GenericSetup/trunk/tool.py	2006-04-06 17:53:23 UTC (rev 66598)
@@ -189,7 +189,7 @@
         """
         return self._import_registry
 
-    security.declareProtected(ManagePortal, 'getImportStepRegistry')
+    security.declareProtected(ManagePortal, 'getExportStepRegistry')
     def getExportStepRegistry(self):
 
         """ See ISetupTool.



More information about the Checkins mailing list