5 Feb
2002
5 Feb
'02
9:25 p.m.
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