mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 04:07:27 +00:00
FIX: ensure we're always changing 1 post ownership
This commit is contained in:
parent
f7f15a8538
commit
c63ecd87f2
@ -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');
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user