At 06:15 PM 8/30/00 -0500, Phillip J. Eby wrote:
>
>Meanwhile, I'm adding the following method to the PlugInGroup class for the
>next release of ZPatterns:
>
>    def manage_renameObjects(self, ids, new_ids, REQUEST=None):
>        """Rename several sub-objects"""
>        self.aq_inner.aq_parent.manage_renameObjects(id,new_ids)
>        if REQUEST is not None:
>            return self.manage_main(self, REQUEST, update_menu=1,
>                URL=REQUEST.URL1+'/manage_workspace')
>

That should actually say:

    self.aq_inner.aq_parent.manage_renameObjects(ids,new_ids)

And I've now confirmed that it does indeed fix the URL messups.


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to