[Zope] One line patch for rename

Paolo Bizzarri p.bizzarri@icube.it
Fri, 12 May 2000 01:01:21 +0200


Hi everybody,

I have found pretty useful the following change in the zope
OFS/renameForm.dtml

Change the line

<INPUT TYPE="TEXT" NAME="new_id"  SIZE="20">

to

<INPUT TYPE="TEXT" NAME="new_id" VALUE="<dtml-var id>" SIZE="20">

In this way, you do not have to rewrite the name of an object, only to
correct it.

Just my two cents.

Paolo