Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2018-03-17 16:53:55 +01:00
commit 81ef22cfdb

View File

@ -316,7 +316,7 @@ ReconStandardServicePanel.prototype.start = function() {
type: (type) ? { id: type.id, name: type.name } : null,
autoMatch: this._elmts.automatchCheck[0].checked,
columnDetails: columnDetails,
limit: this._elmts.maxCandidates[0].value
limit: parseInt(this._elmts.maxCandidates[0].value) || 0
})
},
{ cellsChanged: true, columnStatsChanged: true }