Changed editor to not send 'last_modified', let server pick one

This commit is contained in:
Tautvidas Sipavičius
2016-02-03 18:17:52 +02:00
parent 397d988eb1
commit ba69d659ab

View File

@ -11,7 +11,7 @@ define([
// Does not hold newsletter content nor newsletter styles, those are
// handled by other components.
Module.NewsletterModel = SuperModel.extend({
stale: ['body'],
stale: ['body', 'created_at', 'deleted_at', 'updated_at'],
initialize: function(options) {
this.on('change', function() {
App.getChannel().trigger('autoSave');