FIX: continue discussion when creating new topic from composer-actions

This commit is contained in:
Joffrey JAFFEUX 2018-02-14 10:32:46 +01:00 committed by GitHub
parent 480c94d298
commit b0eed424f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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":