more group progress, UI getting there, controller mostly done
changed it so notify moderators goes to the moderators group allow admins to grant self moderation and revoke self moderation
This commit is contained in:
@@ -18,5 +18,13 @@ Discourse.SelectableArray = Em.ArrayProxy.extend({
|
||||
}
|
||||
});
|
||||
this.set("active", selected);
|
||||
},
|
||||
removeObject: function(object) {
|
||||
if(object === this.get("active")){
|
||||
this.set("active", null);
|
||||
Em.set(object, "active", false);
|
||||
}
|
||||
|
||||
this._super(object);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user