[Zope] title property bug (zope 2.5.0)
Dieter Maurer
dieter@handshake.de
Tue, 5 Feb 2002 22:25:39 +0100
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).
Maybe you file a collector report (<http://collector.zope.org>).
Dieter