When the cell range changes, MatrixBox.renameCellRange tries to keep existing
cells, by just change their ids. When this happens, the cell id changes, the cell is removed (then unindexed), and added again with its new id (then reindexed). The bug here is that the cell was unindexed with its new id, and indexing messages were not flushed, because the path was not the same. The fix is to delete the cell before changing its id. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26610 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment