another bugfix
This commit is contained in:
parent
665ff95015
commit
5f8ac51059
|
@ -8,7 +8,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{{#if canChangeCategoryNotificationLevel}}
|
{{#if canChangeCategoryNotificationLevel}}
|
||||||
{{view Discourse.CategoryNotificationsButton categoryBinding="model" category=category}}
|
{{view Discourse.CategoryNotificationsButton categoryBinding="model" category=category}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if canCreateTopic}}
|
{{#if canCreateTopic}}
|
||||||
|
|
|
@ -12,11 +12,6 @@ Discourse.CategoryNotificationsButton = Discourse.View.extend({
|
||||||
hidden: Em.computed.alias('category.deleted'),
|
hidden: Em.computed.alias('category.deleted'),
|
||||||
templateName: 'category_notification_dropdown',
|
templateName: 'category_notification_dropdown',
|
||||||
|
|
||||||
init: function() {
|
|
||||||
this._super();
|
|
||||||
this.display();
|
|
||||||
},
|
|
||||||
|
|
||||||
dropDownContent: function() {
|
dropDownContent: function() {
|
||||||
var contents = [];
|
var contents = [];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue