[Zope-CMF] redindexing after pastes

Shane Hathaway shane@digicool.com
Thu, 03 May 2001 09:27:18 -0400


seb bacon wrote:
> How and where does the CMF handle reindexing objects which have been
> cut'n'pasted?

_setObject(), which is found in OFS/ObjectManager.py, causes
manage_afterAdd() events to be generated (well, not really events, but
pretty close.)  PortalContent.manage_afterAdd() finds the catalog and
updates it.

Shane