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

Andreas Jung andreas at andreas-jung.com
Tue Mar 10 06:26:56 EDT 2009


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

Changed:
  U   Zope/trunk/doc/CHANGES.rst
  U   Zope/trunk/src/AccessControl/dtml/access.dtml

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst	2009-03-10 10:24:50 UTC (rev 97792)
+++ Zope/trunk/doc/CHANGES.rst	2009-03-10 10:26:56 UTC (rev 97793)
@@ -35,6 +35,9 @@
 Bugs Fixed
 ++++++++++
 
+- "Permission tab": correct wrong form parameter for
+  the user-permission report
+
 - PageTemplates: Made PreferredCharsetResolver work with new kinds of contexts
   that are not acquisition wrapped.
 

Modified: Zope/trunk/src/AccessControl/dtml/access.dtml
===================================================================
--- Zope/trunk/src/AccessControl/dtml/access.dtml	2009-03-10 10:24:50 UTC (rev 97792)
+++ Zope/trunk/src/AccessControl/dtml/access.dtml	2009-03-10 10:26:56 UTC (rev 97793)
@@ -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