Commit 253cf43c authored by Andreas Jung's avatar Andreas Jung

logging end of index migration

parent 95fe8039
......@@ -938,6 +938,8 @@ class ZCatalog(Folder, Persistent, Implicit):
setattr(new_idx, 'indexed_attrs', indexed_attrs)
self.manage_reindexIndex(idx_id, REQUEST)
LOG.info('Finished migration of indexes for %s' % self.absolute_url(1))
RESPONSE.redirect(
URL1 +
'/manage_main?manage_tabs_message=Indexes%20converted%20and%20reindexed')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment