ember-ds-inline-edit
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -87,7 +87,7 @@ import Ember from 'ember' | ||
.then(updatedModel => (this.onUpdate && this.onUpdate(updatedModel), Ember.RSVP.resolve(updatedModel))) | ||
.catch(error => { Ember.run(() => { | ||
.catch(error => { | ||
model.set(prop, previousValue) | ||
this.onError ? this.sendAction('onError', error) : console.error(error) | ||
return Ember.RSVP.reject(error) | ||
})}) | ||
}) | ||
.finally(() => { | ||
@@ -94,0 +94,0 @@ Object.keys(modifiedAttrs).forEach(a => { |
{ | ||
"name": "ember-ds-inline-edit", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"bugs": { | ||
@@ -5,0 +5,0 @@ "url": "https://github.com/IliasDeros/ember-ds-inline-edit/issues" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48698