Move DupeCheck inside of Collection
This commit is contained in:
committed by
Victor Woeltjen
parent
1378b57567
commit
0588f9190a
@@ -292,7 +292,6 @@ define(
|
||||
*/
|
||||
function finishProcessing() {
|
||||
telemetryCollection.add(rowData);
|
||||
telemetryCollection.dupeCheck = true;
|
||||
scope.rows = telemetryCollection.telemetry;
|
||||
scope.loading = false;
|
||||
|
||||
@@ -378,7 +377,6 @@ define(
|
||||
function newData(domainObject, datum) {
|
||||
limitEvaluator = telemetryApi.limitEvaluator(domainObject);
|
||||
added = telemetryCollection.add([table.getRowValues(limitEvaluator, datum)]);
|
||||
this.telemetry.dupeCheck = true;
|
||||
}
|
||||
|
||||
objects.forEach(function (object) {
|
||||
|
||||
Reference in New Issue
Block a user