app/assets/javascripts/IndividualResult.js in cqm-models-0.8.0 vs app/assets/javascripts/IndividualResult.js in cqm-models-0.8.1
- old
+ new
@@ -27,10 +27,13 @@
statement_results: Mixed,
// This field is for application specific information only. If both Bonnie and
// Cypress use a common field, it should be made a field on this model,
// and not put into extendedData.
- extendedData: {},
+ extendedData: {
+ type: Mixed,
+ default: {},
+ },
// Calculation State attributes
state: {
type: String,
enum: ['queued', 'running', 'complete', 'cancelled', 'failed'],