--- a/hooks/syncschema.py Thu Jun 17 15:04:35 2010 +0200
+++ b/hooks/syncschema.py Thu Jun 17 15:08:25 2010 +0200
@@ -1177,7 +1177,7 @@
source.fti_unindex_entity(session, entity.eid)
for container in entity.fti_containers():
if still_fti or container is not entity:
- source.fti_unindex_entity(session, entity.eid)
+ source.fti_unindex_entity(session, container.eid)
source.fti_index_entity(session, container)
if len(to_reindex):
# Transaction have already been committed
--- a/web/data/cubicweb.ajax.js Thu Jun 17 15:04:35 2010 +0200
+++ b/web/data/cubicweb.ajax.js Thu Jun 17 15:08:25 2010 +0200
@@ -200,6 +200,7 @@
if (req.status == 500) {
updateMessage(err);
} else {
+ log(err);
updateMessage(_("an error occured while processing your request"));
}
}