Update newsletter saving to reflect code review comments
- Switch to using full segment objects when saving newsletters - Fix stale comment in newsletter editor's Newsletter model - Fix typo in newsletter editor tests
This commit is contained in:
@ -38,7 +38,7 @@ define([
|
||||
});
|
||||
|
||||
describe('toJSON()', function() {
|
||||
it('will only contain properties modifyable by the editor', function() {
|
||||
it('will only contain properties modifiable by the editor', function() {
|
||||
var model = new (ContentComponent.NewsletterModel)({
|
||||
id: 19,
|
||||
subject: 'some subject',
|
||||
|
Reference in New Issue
Block a user