mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +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) {
|
changePostOwner(post) {
|
||||||
this.get("selectedPostIds").addObject(post.id);
|
this.set("selectedPostIds", [post.id]);
|
||||||
this.send('changeOwner');
|
this.send('changeOwner');
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user