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
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,
......
......@@ -24,7 +24,7 @@ a permission in addition to selecting to acquire permissions.
<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>
......
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