Commit 29e9e84c authored by Andreas Jung's avatar Andreas Jung

- "Permission tab": correct wrong form parameter for

  the user-permission report
parent c3653237
......@@ -35,6 +35,9 @@ Restructuring
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.
......
......@@ -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