mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user