[Checkins] SVN: megrok.login/trunk/src/megrok/login/ftesting.zcml Disable permission not used any more with recent Grok versions.

Uli Fouquet uli at gnufix.de
Wed Dec 9 09:49:55 EST 2009


Log message for revision 106331:
  Disable permission not used any more with recent Grok versions.
  

Changed:
  U   megrok.login/trunk/src/megrok/login/ftesting.zcml

-=-
Modified: megrok.login/trunk/src/megrok/login/ftesting.zcml
===================================================================
--- megrok.login/trunk/src/megrok/login/ftesting.zcml	2009-12-09 13:50:28 UTC (rev 106330)
+++ megrok.login/trunk/src/megrok/login/ftesting.zcml	2009-12-09 14:49:55 UTC (rev 106331)
@@ -16,10 +16,10 @@
       title="Unauthenticated User"
       />
 
-  <!--
-    The new grok.View permission must be assigned to all users.
-    Use the role based assignments to allow to to propagate to our logged in users by default
-  -->
+  <!-- The new grok.View permission must be assigned to all users.
+       Use the role based assignments to allow to to propagate to our
+       logged in users by default -->
+
   <role
       id="zope.Anonymous"
       title="Everybody"
@@ -27,9 +27,10 @@
   <grant
       permission="zope.View"
       role="zope.Anonymous" />
-  <grant
+
+  <!-- grant
       permission="grok.View"
-      role="zope.Anonymous" />
+      role="zope.Anonymous" / -->
 
   <principal
       id="zope.mgr"



More information about the checkins mailing list