Commit b908563d authored by Vincent Pelletier's avatar Vincent Pelletier

Add a FIXME about wrong behaviour.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2253 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 5d0d4c81
......@@ -1003,6 +1003,8 @@ class Application(object):
shuffle(cell_list)
cell_list.sort(key=self.cp.getCellSortKey)
for cell in cell_list:
# FIXME: we keep overwriting self.local_var.history here, we
# should aggregate it instead.
conn = self.cp.getConnForCell(cell)
if conn is None:
continue
......
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