diff --git a/src/active_record/main.js b/src/active_record/main.js index 9279c3d..fcea4ab 100644 --- a/src/active_record/main.js +++ b/src/active_record/main.js @@ -489,8 +489,7 @@ ActiveRecord = { if(!field.primaryKey) { var value = ActiveRecord.connection.fieldOut(field,this.get(key)); - //don't supress notifications on set since these are the processed values - this.set(key,value); + this.set(key,value,true); } } //performance optimization if no observers