Commit 17e97cea authored by Andreas Jung's avatar Andreas Jung

- "Permission tab": correct wrong form parameter for

  the user-permission report
parent 14ee2989
...@@ -27,6 +27,9 @@ Zope Changes ...@@ -27,6 +27,9 @@ Zope Changes
Bugs Fixed Bugs Fixed
- "Permission tab": correct wrong form parameter for
the user-permission report
- Launchpad #290254, DateTime/DateTime.py: - Launchpad #290254, DateTime/DateTime.py:
added '__setstate__' to cope with old pickles missing a '_micros' added '__setstate__' to cope with old pickles missing a '_micros'
attribute; Python's pickling support was creating a new instance, attribute; Python's pickling support was creating a new instance,
......
...@@ -24,7 +24,7 @@ a permission in addition to selecting to acquire permissions. ...@@ -24,7 +24,7 @@ a permission in addition to selecting to acquire permissions.
<div> <div>
<form action="manage_reportUserPermissions" method="GET"> <form action="manage_reportUserPermissions" method="GET">
Username: 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" /> <input type="submit" value="Show me the user permissions and roles in the context of the current object" />
</form> </form>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment