[Checkins] SVN: Products.GenericSetup/trunk/ Match permission binding to method name.

Tres Seaver tseaver at palladion.com
Tue Sep 20 12:56:08 EST 2011


Log message for revision 122861:
  Match permission binding to method name.
  
  Closes LP #850665.
  

Changed:
  U   Products.GenericSetup/trunk/Products/GenericSetup/tool.py
  U   Products.GenericSetup/trunk/docs/CHANGES.rst

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/tool.py
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/tool.py	2011-09-20 17:56:06 UTC (rev 122860)
+++ Products.GenericSetup/trunk/Products/GenericSetup/tool.py	2011-09-20 17:56:07 UTC (rev 122861)
@@ -505,7 +505,7 @@
         return self.manage_importSteps(manage_tabs_message=summary,
                                        messages=messages)
 
-    security.declareProtected(ManagePortal, 'manage_importSelectedSteps')
+    security.declareProtected(ManagePortal, 'manage_importAllSteps')
     def manage_importAllSteps(self, context_id=None):
         """ Import all steps.
         """

Modified: Products.GenericSetup/trunk/docs/CHANGES.rst
===================================================================
--- Products.GenericSetup/trunk/docs/CHANGES.rst	2011-09-20 17:56:06 UTC (rev 122860)
+++ Products.GenericSetup/trunk/docs/CHANGES.rst	2011-09-20 17:56:07 UTC (rev 122861)
@@ -4,6 +4,8 @@
 1.6.4 (unreleased)
 ------------------
 
+- LP #850665:  match permission binding to method name.
+
 - LP #602989:  export / import new MailHost properties, `smtp_queue` and
   `smtp_queue_directory`.
 



More information about the checkins mailing list