dataimport.py
changeset 10198 534efa7bfaeb
parent 10190 252e8f7ff9ea
child 10272 3231fd2fa7a5
--- a/dataimport.py	Fri Feb 06 14:46:38 2015 +0100
+++ b/dataimport.py	Thu Feb 05 19:36:49 2015 +0100
@@ -1155,6 +1155,4 @@
                                          (entity.eid, source.eid))
         # now we can update the full text index
         if self.do_fti and self.need_fti_indexation(entity.cw_etype):
-            if complete:
-                entity.complete(entity.e_schema.indexable_attributes())
             self.index_entity(cnx, entity=entity)