[Zope-CMF] LP #254576: CMFCore.exportimport.content doesn't index	results of .properties
    Ross Patterson 
    me at rpatterson.net
       
    Sat Sep 13 12:33:08 EDT 2008
    
    
  
>From https://bugs.launchpad.net/zope-cmf/+bug/254576:
    In CMFCore/exportimport/content.py:201, the title and description
    for the newly created content are set but nothing is done to reindex
    the objects so that the catalog will reflect the new values. It
    seems that the solution might be as simple as adding
    "content.reindexObject()" after
    "content.setDescription(description)".
As you can see in the comments Tres voted -1 to my proposed solution.
But can someone suggest another solution to this problem?  It seems like
a definite problem, surely this is a bug?  Can someone bless it as a
bug?
Ross
    
    
More information about the Zope-CMF
mailing list