mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 03:47:16 +08:00
FIX: ensure we're always changing 1 post ownership
This commit is contained in:
@ -514,7 +514,7 @@ export default Ember.Controller.extend(BufferedContent, {
|
||||
},
|
||||
|
||||
changePostOwner(post) {
|
||||
this.get("selectedPostIds").addObject(post.id);
|
||||
this.set("selectedPostIds", [post.id]);
|
||||
this.send('changeOwner');
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user