Closed truedat101 closed 10 years ago
Need to fix this.
Verified this problem. :-1:
we can't do this: ko.utils.arrayPushAll(globalViewModel.sessionSummary.iqdata, data.iqset);
without first removeAll().
Also affects the session details. Need to remove those items before we push to the array.
Another problem with not removing all the iqdata in the Knockout.js observableArray().