[Zope-CMF] Properties customize error
Martijn Pieters
mj@digicool.com
Mon, 23 Apr 2001 10:20:24 +0200
On Sat, Apr 21, 2001 at 09:12:29PM +0100, seb bacon wrote:
> D'oh, managed to delete the mail I was meant to be replying to.
> It's another bug, here's the diff in sebdiff(tm) format
>
> File FSPropertiesObject.py:
>
> < def manage_doCustomize(self, folder_path, data=None, RESPONSE=None):
> """Makes a ZODB Based clone with the same data.
>
> Calls _createZODBClone for the actual work.
> """
> # Overridden here to provide a different redirect target.
>
> < FSObject.manage_doCustomize(self, folder_path, data, RESPONSE)
>
> ---
>
> > def manage_doCustomize(self, folder_path, RESPONSE=None):
> """Makes a ZODB Based clone with the same data.
>
> Calls _createZODBClone for the actual work.
> """
> # Overridden here to provide a different redirect target.
>
> > FSObject.manage_doCustomize(self, folder_path, RESPONSE)
Thanks Seb,
I already fixed this in CVS (see earlier emails). I removed the 'data'
attribute completely.
My-country-for-a-test-suit-ly your,
--
Martijn Pieters
| Software Engineer mailto:mj@digicool.com
| Digital Creations http://www.digicool.com/
| Creators of Zope http://www.zope.org/
---------------------------------------------