[Zope] title property bug (zope 2.5.0)
Adam Warner
lists@consulting.net.nz
06 Feb 2002 11:42:51 +1300
On Wed, 2002-02-06 at 10:25, Dieter Maurer wrote:
> Adam Warner writes:
> > ...
> > Thanks for the explanation. It's a pity because being able to delete an
> > object's properties and then update/create relevant properties would be
> > quite efficient in some circumstances (also because manage_addProperty
> > can't update an existing property).
> >
> > If there is no fix then this command seems to be taboo:
> > context.manage_delProperties(context.propertyIds())
> It's probably a (minor) Zope bug: "title" should be declared with mode
> "w" (which would prevent its deletion).
Yes, my first real Zope bug :-) Virtually every other time it has turned
out the bug has been between my keyboard and chair.
> Maybe you file a collector report (<http://collector.zope.org>).
Done:
http://collector.zope.org/Zope/197
Thanks,
Adam