mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
BUGFIX: Typo was causing dismiss read to use id = 0 instead of id = 1
This commit is contained in:
parent
41843e96b6
commit
27d3fae4df
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue