[Checkins] SVN: Zope/branches/2.11/ - "Permission tab": correct wrong form parameter for

Andreas Jung andreas at andreas-jung.com
Tue Mar 10 06:24:50 EDT 2009


Log message for revision 97792:
  - "Permission tab": correct wrong form parameter for
    the user-permission report
  

Changed:
  U   Zope/branches/2.11/doc/CHANGES.txt
  U   Zope/branches/2.11/lib/python/AccessControl/dtml/access.dtml

-=-
Modified: Zope/branches/2.11/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.11/doc/CHANGES.txt	2009-03-10 08:49:55 UTC (rev 97791)
+++ Zope/branches/2.11/doc/CHANGES.txt	2009-03-10 10:24:50 UTC (rev 97792)
@@ -27,6 +27,9 @@
 
     Bugs Fixed
 
+      - "Permission tab": correct wrong form parameter for
+        the user-permission report
+
       - Launchpad #290254, DateTime/DateTime.py:
         added '__setstate__' to cope with old pickles missing a '_micros'
         attribute;  Python's pickling support was creating a new instance,

Modified: Zope/branches/2.11/lib/python/AccessControl/dtml/access.dtml
===================================================================
--- Zope/branches/2.11/lib/python/AccessControl/dtml/access.dtml	2009-03-10 08:49:55 UTC (rev 97791)
+++ Zope/branches/2.11/lib/python/AccessControl/dtml/access.dtml	2009-03-10 10:24:50 UTC (rev 97792)
@@ -24,7 +24,7 @@
 <div>
     <form action="manage_reportUserPermissions" method="GET">
         Username:
-        <input type="text" name="user_id" size="20" />
+        <input type="text" name="user" size="20" />
         <input type="submit" value="Show me the user permissions and roles in the context of the current object" />
     </form>
 </div>



More information about the Checkins mailing list