[Zope3-checkins] 
	SVN: Zope3/branches/jim-wf/src/zope/app/error/browser/configure.zcml
	Require ManageServices to get errors action.
    Jim Fulton 
    jim at zope.com
       
    Wed Mar  2 12:34:07 EST 2005
    
    
  
Log message for revision 29383:
  Require ManageServices to get errors action.
  
Changed:
  U   Zope3/branches/jim-wf/src/zope/app/error/browser/configure.zcml
-=-
Modified: Zope3/branches/jim-wf/src/zope/app/error/browser/configure.zcml
===================================================================
--- Zope3/branches/jim-wf/src/zope/app/error/browser/configure.zcml	2005-03-02 16:35:03 UTC (rev 29382)
+++ Zope3/branches/jim-wf/src/zope/app/error/browser/configure.zcml	2005-03-02 17:34:07 UTC (rev 29383)
@@ -14,7 +14,8 @@
       for="*"
       menu="zmi_actions"
       title="Errors"
-      action="@@errorRedirect.html" />
+      action="@@errorRedirect.html"
+      permission="zope.ManageServices" />
 
   <!--Error Logging Utility -->
 
    
    
More information about the Zope3-Checkins
mailing list