Fails with:
Assertion failed: Could not find any registered class for
com.serviceecho.model.SObject.idthe last entry point for us (we have many of these):
fromJSON: function(value, ctx, prop) {
return foam.json.parseString(value, ctx);
}
with value (example):
"{class:"
foam.mlang.predicate.In",arg1:{class:"__Property__",forClass_:"
com.serviceecho.model.SObject.id"},upperCase_:false,arg2:{class:"foam.mlang.Constant",value:["Scheduled","Paused","In-Progress","Completed"]},valueSet_:{Scheduled:true,Paused:true,"In-Progress":true,Completed:true}}"
Is it possible to make this change backward compatible, at least temporarily so we can migrate our data?