Closed ulitiy closed 11 years ago
Same here. How did you solve this in the end? Or haven't you?
@abuisman, temporary solution is to use an additional parameter (local==true) to filter a local save
@ulitiy Thanks, that worked:
# For future reference
@create data, {local: true}
Model thinks, that it's created twice - locally and remotely I don't know if it's expected behaviour, but my overriden function save, that checks @isNew works incorrectly.