Merge pull request #1528 from OpenRefine/revert-1527-issue/1526
Revert "pass the limit as int from javascript"
This commit is contained in:
commit
b09e38bf84
@ -316,7 +316,7 @@ ReconStandardServicePanel.prototype.start = function() {
|
|||||||
type: (type) ? { id: type.id, name: type.name } : null,
|
type: (type) ? { id: type.id, name: type.name } : null,
|
||||||
autoMatch: this._elmts.automatchCheck[0].checked,
|
autoMatch: this._elmts.automatchCheck[0].checked,
|
||||||
columnDetails: columnDetails,
|
columnDetails: columnDetails,
|
||||||
limit: parseInt(this._elmts.maxCandidates[0].value) || 0
|
limit: this._elmts.maxCandidates[0].value
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
{ cellsChanged: true, columnStatsChanged: true }
|
{ cellsChanged: true, columnStatsChanged: true }
|
||||||
|
Loading…
Reference in New Issue
Block a user