mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 16:54:42 +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);
|
return this.send('showFlags', post);
|
||||||
},
|
},
|
||||||
|
|
||||||
topicRouteAction(name) {
|
topicRouteAction(name, model) {
|
||||||
return this.send(name);
|
return this.send(name, model);
|
||||||
},
|
},
|
||||||
|
|
||||||
openAutoClose() {
|
openAutoClose() {
|
||||||
|
Reference in New Issue
Block a user