FIX: Showing raw email and history were broken
This commit is contained in:
parent
ea3db56d1c
commit
2655be512f
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue