Commit 447aa7fe authored by 's avatar

Fixed a buglet in the rename form that caused the form to submit

to the old manage_renameObject if the user just hit the enter
key in the browser on a single item rename.
parent 64a9506a
......@@ -43,7 +43,7 @@
<TR>
<TD></TD>
<TD COLSPAN="3">
<INPUT TYPE="HIDDEN" NAME=":default_method" VALUE="manage_renameObject">
<INPUT TYPE="HIDDEN" NAME=":default_method" VALUE="manage_renameObjects">
<INPUT TYPE="submit" NAME="manage_renameObjects:method" VALUE=" Ok ">
<INPUT TYPE="submit" NAME="manage_main:method" VALUE="Cancel">
</TD>
......
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