BUGFIX: Typo was causing dismiss read to use id = 0 instead of id = 1

This commit is contained in:
Robin Ward 2014-02-21 21:10:06 -05:00
parent 41843e96b6
commit 27d3fae4df

View file

@ -47,7 +47,7 @@ Discourse.DiscoveryTopicsController = Discourse.DiscoveryController.extend({
var self = this,
selected = this.get('selected'),
operation = { type: 'change_notification_level',
notification_level: Discourse.Topic.NotificationLevel.REGULAR };
notification_level_id: Discourse.Topic.NotificationLevel.REGULAR };
var promise;
if (selected.length > 0) {