[Zope] CatalogAware PropertyManager

Garikoitz Araolaza gari@eibar.org
Wed, 5 Jun 2002 12:54:12 +0200


Hi!

I wrote a custom CatalogAware object class inheriting from
PropertyManager.

I'm managing the properties with the regular PropertyManager form
(manage_propertiesForm) but I'd like the propertymanager to call
reindex_object() each time I modify something.

I suppose that the quick'n dirty solution is adding reindex_object()
at the end of the manage_editProperties method. But I don't know if
there is a cleaner solution or if it will badly affect the rest of
objects using PropertyManager...

Any hint?

Thanks

Gari