mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 04:14:38 +08:00
FIX: Showing raw email and history were broken
This commit is contained in:
@ -155,8 +155,8 @@ export default Ember.Controller.extend(SelectedPostsCount, BufferedContent, {
|
||||
return this.send('showFlags', post);
|
||||
},
|
||||
|
||||
topicRouteAction(name) {
|
||||
return this.send(name);
|
||||
topicRouteAction(name, model) {
|
||||
return this.send(name, model);
|
||||
},
|
||||
|
||||
openAutoClose() {
|
||||
|
Reference in New Issue
Block a user