Fixed r185: same reconciliation candidate for two cells seems to be overridden
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2010 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
5b9362e956
commit
669b708d60
@ -394,7 +394,6 @@ DataTableCellUI.prototype._postProcessOneCell = function(command, params, bodyPa
|
|||||||
{ columnStatsChanged: columnStatsChanged },
|
{ columnStatsChanged: columnStatsChanged },
|
||||||
{
|
{
|
||||||
onDone: function(o) {
|
onDone: function(o) {
|
||||||
Refine.preparePool(o.pool);
|
|
||||||
if (o.cell.r) {
|
if (o.cell.r) {
|
||||||
o.cell.r = o.pool.recons[o.cell.r];
|
o.cell.r = o.pool.recons[o.cell.r];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user