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