FIX: continue discussion when creating new topic from composer-actions
This commit is contained in:
parent
480c94d298
commit
b0eed424f7
|
@ -180,8 +180,7 @@ export default DropdownSelectBoxComponent.extend({
|
||||||
options.action = Composer.CREATE_TOPIC;
|
options.action = Composer.CREATE_TOPIC;
|
||||||
options.categoryId = this.get("composerModel.topic.category.id");
|
options.categoryId = this.get("composerModel.topic.category.id");
|
||||||
|
|
||||||
this.get("composerController").close();
|
this._replyFromExisting(options, _postSnapshot, _topicSnapshot);
|
||||||
this.get("composerController").open(options);
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "reply_as_private_message":
|
case "reply_as_private_message":
|
||||||
|
|
Loading…
Reference in New Issue